[Pypt-offline-general] SF.net SVN: pypt-offline: [111] trunk
Status: Beta
Brought to you by:
riteshsarraf
|
From: <rit...@us...> - 2006-12-29 18:51:08
|
Revision: 111
http://svn.sourceforge.net/pypt-offline/?rev=111&view=rev
Author: riteshsarraf
Date: 2006-12-29 10:51:08 -0800 (Fri, 29 Dec 2006)
Log Message:
-----------
They belong to the GUI branch
Removed Paths:
-------------
trunk/Makefile
trunk/build.xml
trunk/launch-pypt-offline-gui.py
trunk/pypt_offline_gui.ui.h
trunk/pyptofflinegui.py
trunk/pyptofflinegui.ui
Deleted: trunk/Makefile
===================================================================
--- trunk/Makefile 2006-12-29 18:29:26 UTC (rev 110)
+++ trunk/Makefile 2006-12-29 18:51:08 UTC (rev 111)
@@ -1,5 +0,0 @@
-all:
- pyuic pyptofflinegui.ui > pyptofflinegui.py
-
-clean:
- rm -f pyptofflinegui.py
\ No newline at end of file
Deleted: trunk/build.xml
===================================================================
--- trunk/build.xml 2006-12-29 18:29:26 UTC (rev 110)
+++ trunk/build.xml 2006-12-29 18:51:08 UTC (rev 111)
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<project name="pypt-offline" default="make">
- <description>
- Ant adaptor for the pypt-offline Makefile
- </description>
-
- <target name="make" description="build pyptofflinegui">
- <exec executable="make">
- <arg value="-f"/>
- <arg value="Makefile"/>
- <arg value="all"/>
- </exec>
- </target>
-
- <target name="clean" description="clean pypt-offline" depends="make">
- <exec executable="make">
- <arg value="-f"/>
- <arg value="Makefile"/>
- <arg value="clean"/>
- </exec>
- </target>
-</project>
Deleted: trunk/launch-pypt-offline-gui.py
===================================================================
--- trunk/launch-pypt-offline-gui.py 2006-12-29 18:29:26 UTC (rev 110)
+++ trunk/launch-pypt-offline-gui.py 2006-12-29 18:51:08 UTC (rev 111)
@@ -1,13 +0,0 @@
-#!/usr/bin/env python
-from qt import *
-from pyptofflinegui import pyptofflineguiForm
-
-
-if __name__ == "__main__":
- import sys
- a = QApplication(sys.argv)
- QObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()"))
- w = pyptofflineguiForm()
- a.setMainWidget(w)
- w.show()
- a.exec_loop()
Deleted: trunk/pypt_offline_gui.ui.h
===================================================================
--- trunk/pypt_offline_gui.ui.h 2006-12-29 18:29:26 UTC (rev 110)
+++ trunk/pypt_offline_gui.ui.h 2006-12-29 18:51:08 UTC (rev 111)
@@ -1,69 +0,0 @@
-/****************************************************************************
-** ui.h extension file, included from the uic-generated form implementation.
-**
-** If you want to add, delete, or rename functions or slots, use
-** Qt Designer to update this file, preserving your code.
-**
-** You should not define a constructor or destructor in this file.
-** Instead, write your code in functions called init() and destroy().
-** These will automatically be called by the form's constructor and
-** destructor.
-*****************************************************************************/
-
-
-void Form1::fileExit()
-{
-
-}
-
-
-void Form1::helpIndex()
-{
-
-}
-
-
-void Form1::helpContents()
-{
-
-}
-
-
-void Form1::helpAbout()
-{
-
-}
-
-
-
-
-void Form1::whichOption(int)
-{
- if self.comboBox1.currentItem() == 0:
- # set-update
- pass
- elif self.comboBox1.currentItem() == 1:
- # set-upgrade
- self.comboBox2.setEnabled(True)
- elif self.comboBox1.currentItem() == 2:
- # fetch-update
- pass
- elif self.comboBox1.currentItem() == 3:
- # fetch-upgrade
- pass
- elif self.comboBox1.currentItem() == 4:
- # install-update
- pass
- elif self.comboBox1.currentItem() == 5:
- # install-upgrade
- pass
- else:
- error()
-}
-
-
-void Form1::whichUpgradeOption(int)
-{
- if self.comboBox2.currentItem() == 0:
- self.frame3.setEnabled(True)
-}
Deleted: trunk/pyptofflinegui.py
===================================================================
--- trunk/pyptofflinegui.py 2006-12-29 18:29:26 UTC (rev 110)
+++ trunk/pyptofflinegui.py 2006-12-29 18:51:08 UTC (rev 111)
@@ -1,648 +0,0 @@
-# -*- coding: utf-8 -*-
-
-# Form implementation generated from reading ui file 'pyptofflinegui.ui'
-#
-# Created: Mon Nov 6 01:06:29 2006
-# by: The PyQt User Interface Compiler (pyuic) 3.16
-#
-# WARNING! All changes made in this file will be lost!
-
-
-from qt import *
-
-image0_data = [
-"50 81 202 2",
-".J c #191919",
-".I c #1a1a1a",
-".K c #1b1b1b",
-".H c #1c1c1c",
-".E c #1d1d1d",
-".G c #1e1e1e",
-".F c #1f1f1f",
-".D c #202020",
-".x c #212121",
-".t c #222222",
-".u c #232323",
-".y c #242424",
-".s c #252525",
-".C c #262626",
-".v c #272727",
-".m c #282828",
-".B c #292929",
-".w c #2a2a2a",
-".q c #2b2b2b",
-".l c #2c2c2c",
-".j c #2d2d2d",
-".k c #2e2e2e",
-".i c #2f2f2f",
-".p c #303030",
-".r c #313131",
-".o c #323232",
-".h c #333333",
-".n c #343434",
-".c c #353535",
-".b c #363636",
-"Qt c #373737",
-".a c #383838",
-".e c #393939",
-".# c #3a3a3a",
-".d c #3b3b3b",
-".f c #3c3c3c",
-".A c #3d3d3d",
-".g c #3e3e3e",
-".z c #3f3f3f",
-".N c #404040",
-".L c #414141",
-".M c #424242",
-".V c #434343",
-".O c #444444",
-"aL c #454545",
-".Q c #464646",
-"aG c #474747",
-"#J c #484848",
-".R c #494949",
-".P c #4a4a4a",
-".W c #4b4b4b",
-".U c #4c4c4c",
-"aJ c #4d4d4d",
-".S c #4e4e4e",
-".T c #4f4f4f",
-".7 c #505050",
-".X c #515151",
-"aq c #525252",
-".Y c #535353",
-"ap c #545454",
-".8 c #555555",
-"#K c #565656",
-".9 c #575757",
-".Z c #585858",
-"ae c #595959",
-".6 c #5a5a5a",
-"#L c #5b5b5b",
-"aF c #5c5c5c",
-".0 c #5d5d5d",
-".5 c #5e5e5e",
-"aH c #5f5f5f",
-"aD c #606060",
-"aB c #616161",
-"aE c #626262",
-".1 c #636363",
-".4 c #646464",
-"aA c #656565",
-"#M c #666666",
-"#W c #676767",
-"#. c #686868",
-"al c #696969",
-"#k c #6a6a6a",
-"aC c #6b6b6b",
-".3 c #6c6c6c",
-"ai c #6d6d6d",
-".2 c #6e6e6e",
-"#y c #6f6f6f",
-"#m c #707070",
-"#j c #717171",
-"#l c #727272",
-"#I c #737373",
-"#h c #747474",
-"am c #757575",
-"#z c #767676",
-"#i c #777777",
-"#A c #787878",
-"ar c #797979",
-"#5 c #7a7a7a",
-"## c #7b7b7b",
-"#g c #7c7c7c",
-"#x c #7d7d7d",
-"#4 c #7e7e7e",
-"ah c #7f7f7f",
-"ak c #808080",
-"#n c #818181",
-"#B c #828282",
-"az c #838383",
-"#6 c #848484",
-"#a c #858585",
-"#b c #868686",
-"#o c #878787",
-"#f c #888888",
-"#c c #898989",
-"#d c #8a8a8a",
-"#w c #8b8b8b",
-"#3 c #8c8c8c",
-"#e c #8d8d8d",
-"ad c #8e8e8e",
-"#N c #8f8f8f",
-"ao c #909090",
-"#p c #919191",
-"ac c #929292",
-"#v c #939393",
-"#q c #949494",
-"#r c #959595",
-"#u c #969696",
-"#t c #979797",
-"#s c #989898",
-"as c #999999",
-"#C c #9a9a9a",
-"#D c #9b9b9b",
-"#E c #9c9c9c",
-"#F c #9d9d9d",
-"#H c #9e9e9e",
-"#O c #9f9f9f",
-"aK c #a0a0a0",
-"#G c #a1a1a1",
-"#P c #a2a2a2",
-"#Q c #a3a3a3",
-"#R c #a4a4a4",
-"#S c #a5a5a5",
-"#T c #a6a6a6",
-"#V c #a7a7a7",
-"ab c #a8a8a8",
-"#X c #a9a9a9",
-"#U c #aaaaaa",
-"#Y c #ababab",
-"#Z c #acacac",
-"#0 c #adadad",
-"aM c #aeaeae",
-"#2 c #afafaf",
-"#1 c #b0b0b0",
-"#7 c #b1b1b1",
-"a. c #b2b2b2",
-"a# c #b3b3b3",
-"aa c #b4b4b4",
-"#8 c #b5b5b5",
-"#9 c #b6b6b6",
-"af c #b7b7b7",
-"ag c #b8b8b8",
-"aj c #b9b9b9",
-"au c #bababa",
-"an c #bbbbbb",
-"at c #bcbcbc",
-"av c #bdbdbd",
-"ay c #bebebe",
-"ax c #bfbfbf",
-"aw c #c0c0c0",
-"aN c #c1c1c1",
-"aI c #c2c2c2",
-"aQ c #c3c3c3",
-"aO c #c4c4c4",
-"aV c #c5c5c5",
-"aR c #c6c6c6",
-"aZ c #c7c7c7",
-"aU c #c8c8c8",
-"aP c #c9c9c9",
-"aT c #cacaca",
-"aW c #cbcbcb",
-"aX c #cccccc",
-"a1 c #cdcdcd",
-"aY c #cecece",
-"aS c #cfcfcf",
-"a0 c #d0d0d0",
-"a4 c #d1d1d1",
-"a2 c #d2d2d2",
-"a3 c #d3d3d3",
-"a5 c #d4d4d4",
-"a7 c #d5d5d5",
-"a6 c #d6d6d6",
-"a8 c #d7d7d7",
-"a9 c #d8d8d8",
-"bb c #d9d9d9",
-"b. c #dadada",
-"bc c #dbdbdb",
-"b# c #dcdcdc",
-"ba c #dddddd",
-"bd c #dedede",
-"be c #dfdfdf",
-"bf c #e0e0e0",
-"bg c #e1e1e1",
-"bh c #e2e2e2",
-"Qt.#.a.b.c.b.a.dQt.a.eQtQtQt.a.a.e.f.f.g.b.bQt.b.b.a.d.#.e.d.e.#.d.eQt.f.d.a.a.e.a.#QtQtQt.bQtQt.d.#",
-"Qt.eQt.a.aQtQt.a.#QtQt.#.d.e.#.#.b.h.i.j.j.k.j.l.l.m.m.l.n.n.e.e.#.a.a.e.e.a.e.e.a.bQt.e.a.a.d.a.f.e",
-".a.#.aQt.aQtQt.aQtQt.e.e.d.e.o.p.l.l.q.r.k.j.o.j.j.q.s.t.u.v.m.q.p.d.f.#.a.aQt.dQt.a.aQtQt.e.e.d.f.d",
-".a.a.e.a.e.#Qt.a.a.a.a.h.q.s.s.w.m.l.v.q.w.t.t.u.m.q.l.q.u.x.x.u.y.i.e.z.f.a.#.e.aQtQt.e.a.e.a.#.A.A",
-".eQt.#.a.e.a.e.a.e.e.j.t.m.v.y.B.C.C.m.q.q.v.C.s.m.B.w.x.D.E.E.F.F.D.v.h.d.f.d.a.#QtQtQtQt.e.a.a.d.#",
-".AQt.e.aQt.e.e.d.e.w.F.D.s.C.s.C.B.w.w.l.l.q.r.j.l.q.v.s.x.G.H.I.H.G.u.w.h.a.#.e.#.e.eQtQt.aQt.a.f.f",
-".e.a.e.a.a.e.e.e.v.E.x.u.x.C.s.s.y.m.j.w.v.B.j.j.i.l.q.q.s.F.H.J.K.E.D.v.k.k.a.d.e.d.f.e.bQt.e.a.#.e",
-".e.#.a.e.e.#.A.r.t.x.y.t.u.B.w.C.x.B.v.l.B.B.m.v.w.w.m.v.t.E.H.K.D.G.F.u.m.l.q.#.d.#.e.a.a.e.a.#.#.a",
-".a.e.#.#.#.f.f.m.v.v.t.u.m.B.t.s.t.x.u.B.B.v.u.y.u.C.D.x.E.D.x.F.F.x.s.s.m.C.s.C.b.#.e.e.#.#.e.#.#.a",
-".a.#.f.#.f.z.r.w.m.s.x.y.m.C.s.u.D.D.u.v.C.y.t.s.u.m.B.y.m.t.x.G.D.t.y.k.q.B.C.u.u.b.f.aQt.#.A.A.a.e",
-".#.a.a.A.#.a.v.y.s.u.y.w.B.B.y.t.y.y.l.w.w.m.s.q.l.j.r.j.v.t.D.F.F.v.m.w.w.m.m.s.u.k.e.a.e.#.f.d.e.d",
-".A.f.d.#.f.c.y.v.u.D.x.v.u.y.v.y.w.lQt.p.i.c.r.c.A.L.M.a.k.w.C.D.F.x.u.m.w.B.m.C.G.q.N.e.a.#.a.f.#.f",
-".a.g.d.d.a.o.m.v.t.D.x.s.s.B.l.rQtQt.f.d.O.P.Q.R.S.T.T.U.R.O.b.v.x.y.C.s.B.k.v.C.m.C.e.#.a.A.e.d.f.e",
-".d.#.#.#.e.B.s.v.x.t.m.m.oQt.A.V.Q.W.X.Y.Z.0.0.1.2.3.4.0.5.6.U.e.B.v.s.w.w.m.y.t.y.v.l.#.d.e.#.d.#.a",
-".e.e.g.g.n.s.s.u.u.v.l.e.7.8.9.Z.1#..2###a#b#c#d#e#f#g#h#i#j.4.T.c.B.w.l.r.B.s.u.x.y.p.e.A.f.A.a.d.e",
-".d.#.a.#.k.C.y.y.B.v.h.X#k#l#m#h#n#o#p#q#r#s#t#u#v#r#v#w#x#h#y.0.g.r.N.f.r.j.s.t.D.G.q.d.e.#.A.g.e.d",
-".a.e.#.d.j.m.s.C.C.m.A.0#z#A#g#B#d#p#u#s#C#C#D#E#F#G#H#C#t#I.Z.S#J#K#L.7.p.v.x.G.G.F.v.f.d.AQt.#.f.e",
-".e.#.d.d.p.C.C.y.s.l.P#M#z###n#f#N#u#O#P#Q#R#S#S#T#U#U#V#G#F#v#B#l#l#z#W.Q.s.F.E.E.E.s.g.f.d.#.#.d.A",
-".e.d.d.#.r.y.y.C.B.f.8#.#A#n#b#e#v#F#Q#X#Y#Z#0#U#Z#1#2#U#Y#U#G#q#3#f#a#4.2.b.u.t.x.G.t.f.d.A.#.e.d.#",
-".#.#.e.d.b.y.u.s.q.N#K#W#5#6#w#p#t#P#U#2#7#8#9a.a#aaaa#7a##1ab#Hacad#w#a#5#L.e.w.t.G.y.g.A.f.a.d.e.a",
-"Qt.f.d.A.d.m.y.C.k.Oae#k#x#b#e#p#E#S#0#2a.afag#8aaaf#9#8#9#7#U#F#rac#3#cah#W.P.p.y.F.C.A.f.A.z.fQt.d",
-".e.g.#.e.A.r.y.B.k.N#Lai#g#b#N#q#H#X#1a##8agaj#9#9afajafaf#1#U#P#r#v#e#oak.3.7.n.y.x.B.g.#.d.d.A.e.d",
-".f.e.#.a.gQt.B.m.j.Lalam#x#d#v#F#S#Ua##9af#9an#9#9afafaj#9a##2#X#E#uao#d#n#lap.e.C.t.i.f.g.g.#.d.#.d",
-".#.d.e.d.g.e.m.v.kaq#har#B#eas#V#1#8anatanauatatatanagatavawataaab#F#v#3#n#i.Z.p.q.v.c.z.g.f.A.f.#.d",
-".d.d.e.d.d.A.B.q.eal#i#i#xakao#P#0#8auauavavawaxaxayavataxaxana##Z#H#eaz#n#AaA.h.w.l.N.z.f.f.e.A.#.#",
-".f.g.z.N.g.N.k.k.W#z#z#WaBaAaiarao#P#X#0aaagavawayavaj#T#G#Had#d#o#4am.2.2#l#I.N.l.p.g.A.g.f.#.d.A.#",
-".A.g.A.A.A.N.a.r.9#5aCaD#MalaD.X.Sap.6.3#b#O#7aganav#2#v#v#c.Z.U.Sae#j#5#IaE#j.7.l.n.g.g.A.A.e.f.f.f",
-".z.A.f.A.N.L.A.r#L##amam#5#Bah#AaiaAaF.0#.#b#Q#Yaa#8#P#f#o###lai#m#h#B#N#w###haE.k.d.f.N.z.f.f.d.d.f",
-".L.g.A.zaGaD.U.haH#5ah#6#4ai.4.ZaG#M#e#o#5ah#t#Zaf#1#U#s#a#4#w#x#h#z#h#a#v#e#4#..o.L.L.L.g.f.A.A.a.d",
-".z.A.g.g.X#A#l.aaE#4#6azaC.9ac#M.7#m#9ac#v#4#3#Zawat#S#N#b#eakaG.Q#x#W#k#fao#a#k.f.P.N.g.A.g.d.d.d.f",
-".z.M.z.NaD#I#f.RaAak#o#Bar#h#t#r#k#DaIab#p#v#f#Rataf#H#p#v#Q#S.RaJ#Q#r.1#5#3#f.3.9##ap.z.f.z.f.f.#.f",
-".L.M.L.O#m#A#o.9#y#B#w#e#bah#6ao#sas#D#OaK#v#e#G#2#2#D#u#N#D#Y#s#s#V#3#nadad#c#y#.#Bai.g.A.A.g.d.e.#",
-".N.L.OaLai###daH#i#a#w#pao#3ad#p#q#v#u#P#Oaoac#F#U#U#H#s#Q#C#vao#p#e#p#p#q#p#c#z#A#i#b.N.f.g.f.d.d.#",
-".L.L.V.V.1#B#b#oah#aad#t#FaK#O#EaK#S#Zab#E#t#u#O#Z#Z#P#G#R#V#Oasas#D#O#O#H#v#c###cak#B.O.A.#.g.g.f.g",
-".M.M.L.M.6#b#fac#4azad#Hab#Y#Y#X#Z#1#2#U#H#t#t#Sa##7#Sabab#1aM#Yabab#Y#U#Vas#dah#c#e#i.L.A.d.d.d.f.f",
-".O.V.M.Oaq#a#wak#4az#N#P#2#7a.#7a.#8#8aM#P#u#s#U#9a#ab#V#Za##8a.#1#Y#Y#0#Z#Padaz#e#eaB.z.z.z.g.d.d.d",
-".O.M.VaL.W#gao#qak#bad#O#2#9afafafauauaMasao#F#2af#8#0#Q#Y#9atan#8a.#7#7#7#Pacaz#Nad.Z.L.z.d.A.g.A.z",
-".V.Q.OaL.R.2#o#H#d#6adasabaaagauatayaj#Tadao#SajaNau#Y#O#OagaNawanatafaa#2#R#v#v#E#d.U.L.A.z.NaL.Q.L",
-".O.OaL.O#J.Y#oac#b#n#N#s#R#7#9anayaxaa#F#r#D#0aOaPaN#1#Y#GaMayaOaIayag#7#0#Pao#t#qam.O.M.N.g.z.g.z.z",
-".V.V.OaL.R.W#5ac#q#nad#t#G#Z#9ajatan#7#OaKaK#H#8an#7aba##T#YauawaQaxaja.#X#F#eaoao.5.z.z.g.g.L.N.L.g",
-"aL.O.QaL.Q.P.X#z.2#5#3#q#Daba#aganatag#0#Dar#b#D#H#F#x#t#VagatanayavagaM#R#u#c#Had.7.O.g.N.z.z.g.z.N",
-".M.VaLaq.W.R.U.W.U.2#f#pas#Q#1#9ajagaf#8#2ab#G#S#SaM#X#0auavaxauafafaa#XaK#v#5#Map.V.M.M.z.g.z.M.g.M",
-".M.V.S.QaL#J.R.PaJ.1#a#N#s#O#Y#0aa#8a##1#U#V#0aaa.#8#7aM#9anatagaa#8#1#R#sad.3aGaL.O.V.L.N.N.V.L.N.N",
-".V.OaGaG#JaGaG.P.S.6azad#u#D#T#XaM#2#U#V#Vab#UaM#Z#2#7#7#7afag#9#1aM#X#G#r#f.0.R.O.OaL.M.V.M.L.N.N.M",
-".M.V.QaG.PaG.R.P.U.X#x#3#uas#G#G#U#Z#X#G#tac#r#F#R#H#E#S#2#0aM#2#0#T#T#O#vaz.X.Q.O.O.V.M.L.L.V.L.N.L",
-".OaLaG.QaG#J.Q.P.R.U#y#cac#t#O#Oab#X#q#Aarah#b#w#N#b#bak#6#d#F#1#Y#S#S#Fadar.WaGaL.N.VaL.M.V.V.O.V.M",
-".MaL.Q.OaG#J#J.WaJ.W#L#B#e#v#C#G#X#Z#X#p#oaoaK#R#Q#T#G#s#N#q#RaM#Z#V#Ras#w#.#J.QaLaLaLaL.O.N.LaL.O.V",
-".VaL.QaG.R.Q.P.R.RaJ.7#A#cad#t#H#T#Y#1ab#F#t#DaK#P#R#P#H#Q#2a##7#U#Q#H#r#B.7aG.O.O.O.V.V.O.M.OaG.O.N",
-"aG.Q#JaG.Q.R.R.P.W.W.U.2az#dao#u#F#S#Z#V#VaK#C#u#q#u#G#Y#1#8a.aM#T#H#Cad#k.P.R#J.Q.V.V.V.O.V.O.V.M.z",
-".O.OaGaGaGaG.R#J.W.W.UaE#n#6#f#pas#P#Sab#Y#1#2#0#Z#X#0a.a.#7#0#X#G#C#q#o.8#J.PaG.O#JaL.MaL.O.O.O.M.g",
-"aL#J.RaG#J.R.P.R.PaJ.T#caz#naz#d#N#CaK#Z#8anajagauanavan#9#2#0#S#D#v#w#B#A.T.RaL.R.Q.Q.MaL.O.L.V.N.V",
-"aL#JaG.QaG.P.W.P.P.Wai#G#Baz#n#n#bao#D#X#7ajagafanananau#9#2#V#H#p#f#f#g.2#z#J#J.QaGaL.O.Q.M.L.M.M.L",
-".Q#J#J.W#J.W.P.P.U.Yas#tar#baz#g#4#aad#E#P#0#1#2a#af#8#1#2#T#D#e#B#f#d#i.SazaE#J.O.O.QaL.O.O.V.Q.M.V",
-".R.W#J.U.S.9aE#z#w#Ga##3aC#b#o#B#g##akad#r#DaK#HaKab#X#R#E#r#o#n#c#Nadam.SaB#w.UaGaG.O.QaL.V.VaL.O.V",
-"aq#j#d#s#Q#0#2#2#Za.#9aoaB#6#3#w#B#g###4#6#a#f#cao#v#v#p#w#o#b#w#q#uadaE.Oaq#Q.5.RaLaLaLaL.O.O.Q.VaL",
-"aaaRaOaNavaj#2#0a.#9au#Eaq#6#3#N#e#aaz#6#f#w#3#f#N#p#N#e#N#e#N#t#E#C#NaA.n.Tab#D#k.XaJ.R.QaL.Q.Q.QaL",
-"aSaTaOaIaNav#1#0afataI#2.T#6#N#r#sac#w#c#w#p#E#X#Z#Qas#qaoac#C#G#F#Cao#h.hae#2aQavaM#c.Z#JaL.Q.Q.Q.O",
-"aTaUaVaOaIay#9#9ajaQaUaQaA#4#q#D#F#E#u#taoao#v#F#P#Has#t#s#F#P#R#P#Cac#g.NaCauaRawaNaQaj#vaAaJ#J.R.V",
-"aWaTaNawaOavagauavaRaXaYacai#v#H#P#G#C#C#Oasacac#u#D#F#G#P#P#Vab#S#E#q#6aL#oaVaZaVaVaUaWaRat#V#o#k#K",
-"aSaUavaQaOa#auataIaTaSaSataCao#F#S#S#R#FaK#P#O#F#P#T#T#R#Rab#Z#X#Q#Dasak.S#YaXaPaVaQaPaYaWaRaIaOaQaf",
-"aSaOayaUag#7axaNaRaXa0a0aP#3az#D#Tab#VaK#T#S#Tab#U#Z#0#Y#Y#2#0#X#P#E#Dam#WataYaTaZaVaRa1a0aWaWa2a3a0",
-"aYawaNaT#0a#aIaQaPaYa4a4aSag#h#s#R#X#X#V#S#V#X#2#1a.#1#0#2#1aM#T#G#O#saB#CaPa4aPaUaUaPaSaYa4aSaSaXaP",
-"a1aNaIaTabajaQaOaPa1a0a5a3aT#fadaK#Z#Y#Xab#V#XaM#2#2aMaM#2#2ab#P#P#R#w.3ayaSa4a1aXa1aYa5aYa2a4aXaRaR",
-"aYaIaRaX#YaxaQaOaTaSa3a6a3aSa.#g#Cab#Y#Y#X#T#Tab#U#Y#Z#Z#0#Y#S#Qab#R#j#saWa3a3a0a0a3a4a5a2a2aSaUaRaR",
-"a0aQaTaX#1aQaOaRaWa3a7a6a7a4aT#aao#R#ZaM#Z#U#Vab#U#YaM#2#0#T#Q#X#2#q.2aya0a5a2a4a2a5a7a2a2a6a4a1a0a3",
-"aYaVaYaPanaVaVaZa1a3a6a7a8a5a4#0#d#F#0aa#8#7#Y#XaM#0#0aMaM#Z#0aa#ZaraoaXa7a8a2a3a5a7a7a3a2a8a5a7a9b.",
-"a1aRa0aQaNaZaRaPa1a2aS#8asaVa6aT#t#D#U#9aj#9a.#1aM#7#7aaaaa.afau#s#gaya2a8a9a2a3a6a8a6a5a7a9a6a9b#ba",
-"aTaRa1aIaOaVaUaPaW#9acaCal#Za2a4#9#C#0aaauajafafafafafajagagan#1#w#2a1a3a9a8a2a3a8bbbba8a7a8a9bcbab#",
-"aUaWaTaRaOaOaZaVa#aK#E#H#va#aSaXaUa.#Yaganavatanavavayavanat#9aKaMaZa4a6a9a9a3a5a6a9b.b.a3a8b.b.bdbc",
-"aWaXaPaTaRayaI#1aMaaagaN#2a#aTa0aWaR#1ataNawawaNaIawaIaIawaj#YaxaOa0a4a7a9a6a2a7a6bbbcbca7bbbcb#bab.",
-"aXaPaWaWaUaPanaaaNaWaTaWaRagaIaXa0aXaIajaNaQaOaVaVaQaQaOaN#1aUaUaXaWa0bba9a5a4a5a8b.bcb#a8b#bcbab#bc",
-"aXaXaYaSaXaUaQaUa2a8a2aSa2aYaTaWaIaVaWaNajawaNaIaIaNaNaw#7aNaSaTaSaVa7a9#PaVa0a3a6bbb.b#bbbcb#b#b#bc",
-"a4a0a3aSaXa2a5a6a9a9a7a0a5bba6a5aSayata1anagavawaxaway#Yaua1aSaWa4a7a9a1araraVa3a7bbbcb#bcb.b#b#bcb#",
-"a6a6a8a8a9b#bcb.bcb.a8a2a4a9bbbbbbaYaQaUaW#9aaanatay#Y#ZaSa1a4a2a2a6a9aS#7ak#baPa7b.bcb.b#a9bcbab#b#",
-"a8a8bbbcb#babdb#bcbca9a7a0a5b.b.bcb.a7aYaWaR#2a.af#1#FaVa5a6a6a4a8b.a9a6a3aN#G#SaXa8bba8b.a9bbbdbaba",
-"bbbbb.bcbabdbdb#b#b#b.a8a4a3bcbcb#babaa9a5a1at#Z#Z#tafa0a9bba7a5a8a8a9bbbcbca5aN#9a1a9a6a9bbb.bdb#ba",
-"b.bbbcb#babdbabababab#bba5a5a8b#b#b#bdb#bbaSaSab#o#FaYa3a7a7a5a5a6bbb#babebdbdbaa7aPaPa6b.bbbbbdb#b#",
-"bcbcbcb#b#bdbdbababdb#bca8a7a5bbbab.b#b#baa6aYaM.3ayaSa0a0a4a7a9bcb#bdbebebebfbebfbea8aWa5b.a9babab#",
-"b#bcb.bcbabababababab#b#bba6a5a8bcbabcb#bdbda5ay#FaWa4a1a0a8bcbabdbfbfbgbfbebgbfbgbebfbda4a7b.babebc",
-"b#b#bcbcb#babdb#b#bababcbba8a6a6bbb#b#bcb#b#aSaQaPa7a7aSa8b#bebebfbebfbgbfbgbfbgbfbgbfbfbababebfbebc",
-"babab#babcbababababab#b#b.a9a8a6b.bcb#bcbca2ajaTa6a9bba6bcbebdbebfbfbfbhbgbhbfbfbgbgbgbgbebdbfbfbdb#"
-]
-image1_data = \
- "\x89\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d" \
- "\x49\x48\x44\x52\x00\x00\x00\x16\x00\x00\x00\x16" \
- "\x08\x06\x00\x00\x00\xc4\xb4\x6c\x3b\x00\x00\x00" \
- "\x99\x49\x44\x41\x54\x38\x8d\xed\x94\x41\x0e\x85" \
- "\x20\x0c\x44\x5f\x89\xc7\x36\x7f\x61\xbc\x77\x5d" \
- "\x28\x48\xa4\x28\x60\xff\xce\xd9\x54\x8b\xbe\x8e" \
- "\x13\x04\x3e\x1d\x92\x81\x77\xf4\x81\xa1\x23\xdc" \
- "\x2b\x34\xf6\xf4\x7a\x3d\xe2\xb8\x65\xa8\x84\x3f" \
- "\x40\x01\x98\x2a\x0b\x3d\x5f\x62\xc5\x83\x00\xaa" \
- "\x1a\xd7\x05\x50\x44\x9a\xb9\xd5\x07\xa7\x73\xa8" \
- "\xa4\xba\x4f\x92\xa2\xdf\x33\x3c\x64\xc6\x3b\xeb" \
- "\xbd\x82\xe5\xb8\xad\xde\xcb\xcc\x78\x20\xeb\x42" \
- "\x66\xc6\x39\x74\x5d\xfa\x80\xf3\x6f\xaf\x66\xc6" \
- "\x6f\xa1\x9c\x3f\x88\x2f\xb4\x70\xec\x05\xcd\xc0" \
- "\xbe\xd0\x78\x93\xf6\x8e\x17\x14\x92\x63\x5f\x68" \
- "\x6c\x3e\xef\xf6\xba\x3c\x8f\xdd\x36\x6d\xc4\xc0" \
- "\x45\x2c\x87\x81\xf8\x08\x00\x00\x00\x00\x49\x45" \
- "\x4e\x44\xae\x42\x60\x82"
-
-class pyptofflineguiForm(QMainWindow):
- def __init__(self,parent = None,name = None,fl = 0):
- QMainWindow.__init__(self,parent,name,fl)
- self.statusBar()
-
- self.image1 = QPixmap()
- self.image1.loadFromData(image1_data,"PNG")
- self.image0 = QPixmap(image0_data)
-
- if not name:
- self.setName("pyptofflineguiForm")
-
- self.setUsesTextLabel(1)
-
- self.setCentralWidget(QWidget(self,"qt_central_widget"))
-
- self.pyptTabWidget = QTabWidget(self.centralWidget(),"pyptTabWidget")
- self.pyptTabWidget.setGeometry(QRect(10,0,580,430))
-
- self.tab = QWidget(self.pyptTabWidget,"tab")
-
- self.pixmapLabel1 = QLabel(self.tab,"pixmapLabel1")
- self.pixmapLabel1.setGeometry(QRect(230,80,120,150))
- self.pixmapLabel1.setPixmap(self.image0)
- self.pixmapLabel1.setScaledContents(1)
-
- self.textLabel1 = QLabel(self.tab,"textLabel1")
- self.textLabel1.setGeometry(QRect(98,264,381,111))
- textLabel1_font = QFont(self.textLabel1.font())
- textLabel1_font.setPointSize(48)
- self.textLabel1.setFont(textLabel1_font)
- self.pyptTabWidget.insertTab(self.tab,QString.fromLatin1(""))
-
- self.tab_2 = QWidget(self.pyptTabWidget,"tab_2")
-
- LayoutWidget = QWidget(self.tab_2,"layout20")
- LayoutWidget.setGeometry(QRect(10,30,380,210))
- layout20 = QGridLayout(LayoutWidget,1,1,11,6,"layout20")
-
- self.setInstallPackageTextLabel = QLabel(LayoutWidget,"setInstallPackageTextLabel")
-
- layout20.addWidget(self.setInstallPackageTextLabel,2,0)
-
- self.setUpgradeTypeComboBox = QComboBox(0,LayoutWidget,"setUpgradeTypeComboBox")
-
- layout20.addWidget(self.setUpgradeTypeComboBox,1,1)
-
- self.setFilePathLineEdit = QLineEdit(LayoutWidget,"setFilePathLineEdit")
- self.setFilePathLineEdit.setPaletteBackgroundColor(QColor(255,255,127))
- self.setFilePathLineEdit.setAlignment(QLineEdit.AlignAuto)
-
- layout20.addWidget(self.setFilePathLineEdit,3,1)
-
- self.pushButton6 = QPushButton(LayoutWidget,"pushButton6")
-
- layout20.addWidget(self.pushButton6,3,2)
-
- self.setUpgradeTypeTextLabel = QLabel(LayoutWidget,"setUpgradeTypeTextLabel")
-
- layout20.addWidget(self.setUpgradeTypeTextLabel,1,0)
-
- self.setInstallationTypeTextLabel = QLabel(LayoutWidget,"setInstallationTypeTextLabel")
-
- layout20.addWidget(self.setInstallationTypeTextLabel,0,0)
-
- self.setFilePathTextLabel = QLabel(LayoutWidget,"setFilePathTextLabel")
-
- layout20.addWidget(self.setFilePathTextLabel,3,0)
-
- self.setInstallationTypeComboBox = QComboBox(0,LayoutWidget,"setInstallationTypeComboBox")
-
- layout20.addWidget(self.setInstallationTypeComboBox,0,1)
-
- self.setInstallPackagesLineEdit = QLineEdit(LayoutWidget,"setInstallPackagesLineEdit")
- self.setInstallPackagesLineEdit.setPaletteBackgroundColor(QColor(255,255,127))
- setInstallPackagesLineEdit_font = QFont(self.setInstallPackagesLineEdit.font())
- setInstallPackagesLineEdit_font.setBold(1)
- self.setInstallPackagesLineEdit.setFont(setInstallPackagesLineEdit_font)
- self.setInstallPackagesLineEdit.setAlignment(QLineEdit.AlignAuto)
-
- layout20.addWidget(self.setInstallPackagesLineEdit,2,1)
-
- self.pushButton5 = QPushButton(self.tab_2,"pushButton5")
- self.pushButton5.setGeometry(QRect(440,340,100,20))
- self.pyptTabWidget.insertTab(self.tab_2,QString.fromLatin1(""))
-
- self.TabPage = QWidget(self.pyptTabWidget,"TabPage")
-
- LayoutWidget_2 = QWidget(self.TabPage,"layout22")
- LayoutWidget_2.setGeometry(QRect(18,30,340,130))
- layout22 = QGridLayout(LayoutWidget_2,1,1,11,6,"layout22")
-
- self.fetchUpdateDataRadioButton = QRadioButton(LayoutWidget_2,"fetchUpdateDataRadioButton")
-
- layout22.addWidget(self.fetchUpdateDataRadioButton,0,0)
-
- self.fetchUpgradeDataRadioButton = QRadioButton(LayoutWidget_2,"fetchUpgradeDataRadioButton")
-
- layout22.addWidget(self.fetchUpgradeDataRadioButton,1,0)
-
- self.fetchBrowseLineEdit = QLineEdit(LayoutWidget_2,"fetchBrowseLineEdit")
- self.fetchBrowseLineEdit.setPaletteBackgroundColor(QColor(255,255,127))
-
- layout22.addWidget(self.fetchBrowseLineEdit,2,0)
-
- self.fetchBrowsePushButton = QPushButton(LayoutWidget_2,"fetchBrowsePushButton")
-
- layout22.addWidget(self.fetchBrowsePushButton,2,1)
-
- self.fetchConsoleOutputTextLabel = QLabel(self.TabPage,"fetchConsoleOutputTextLabel")
- self.fetchConsoleOutputTextLabel.setGeometry(QRect(20,160,141,20))
-
- self.fetchStartButton = QPushButton(self.TabPage,"fetchStartButton")
- self.fetchStartButton.setGeometry(QRect(440,340,100,20))
-
- self.fetchTextBrowser = QTextBrowser(self.TabPage,"fetchTextBrowser")
- self.fetchTextBrowser.setGeometry(QRect(20,181,340,160))
-
- self.fetchProgressBar = QProgressBar(self.TabPage,"fetchProgressBar")
- self.fetchProgressBar.setGeometry(QRect(20,350,340,20))
-
- self.fetchOptionsButtonGroup = QButtonGroup(self.TabPage,"fetchOptionsButtonGroup")
- self.fetchOptionsButtonGroup.setGeometry(QRect(380,20,190,250))
-
- self.fetchZipCheckBox = QCheckBox(self.fetchOptionsButtonGroup,"fetchZipCheckBox")
- self.fetchZipCheckBox.setGeometry(QRect(8,23,91,20))
- self.fetchZipCheckBox.setChecked(1)
-
- self.fetchTargetDownloadFolderCheckbox = QCheckBox(self.fetchOptionsButtonGroup,"fetchTargetDownloadFolderCheckbox")
- self.fetchTargetDownloadFolderCheckbox.setGeometry(QRect(8,71,130,21))
-
- self.lineEdit7 = QLineEdit(self.fetchOptionsButtonGroup,"lineEdit7")
- self.lineEdit7.setGeometry(QRect(8,44,141,21))
- self.lineEdit7.setPaletteBackgroundColor(QColor(255,255,127))
-
- self.fetchTargetDownloadFolderPushButton = QPushButton(self.fetchOptionsButtonGroup,"fetchTargetDownloadFolderPushButton")
- self.fetchTargetDownloadFolderPushButton.setGeometry(QRect(150,94,30,21))
-
- self.fetchZipPushButton = QPushButton(self.fetchOptionsButtonGroup,"fetchZipPushButton")
- self.fetchZipPushButton.setGeometry(QRect(150,44,30,20))
-
- self.fetchCacheDirectoryCheckBox = QCheckBox(self.fetchOptionsButtonGroup,"fetchCacheDirectoryCheckBox")
- self.fetchCacheDirectoryCheckBox.setGeometry(QRect(8,119,100,21))
-
- self.fetchDisableMD5ChecksumCheckBox = QCheckBox(self.fetchOptionsButtonGroup,"fetchDisableMD5ChecksumCheckBox")
- self.fetchDisableMD5ChecksumCheckBox.setGeometry(QRect(8,174,130,21))
-
- self.fetchThreadsTextLabel = QLabel(self.fetchOptionsButtonGroup,"fetchThreadsTextLabel")
- self.fetchThreadsTextLabel.setGeometry(QRect(10,200,121,21))
-
- self.fetchThreadsSpinBox = QSpinBox(self.fetchOptionsButtonGroup,"fetchThreadsSpinBox")
- self.fetchThreadsSpinBox.setGeometry(QRect(10,223,131,21))
- self.fetchThreadsSpinBox.setMaxValue(5)
- self.fetchThreadsSpinBox.setMinValue(1)
-
- self.fetchCacheDirectoryLineEdit = QLineEdit(self.fetchOptionsButtonGroup,"fetchCacheDirectoryLineEdit")
- self.fetchCacheDirectoryLineEdit.setGeometry(QRect(10,140,140,21))
- self.fetchCacheDirectoryLineEdit.setPaletteBackgroundColor(QColor(255,255,127))
-
- self.fetchTargetDownloadFolderLineEdit = QLineEdit(self.fetchOptionsButtonGroup,"fetchTargetDownloadFolderLineEdit")
- self.fetchTargetDownloadFolderLineEdit.setGeometry(QRect(8,94,140,21))
- self.fetchTargetDownloadFolderLineEdit.setPaletteBackgroundColor(QColor(255,255,127))
-
- self.fetchCacheDirectoryPushButton = QPushButton(self.fetchOptionsButtonGroup,"fetchCacheDirectoryPushButton")
- self.fetchCacheDirectoryPushButton.setGeometry(QRect(151,140,30,21))
- self.pyptTabWidget.insertTab(self.TabPage,QString.fromLatin1(""))
-
- self.TabPage_2 = QWidget(self.pyptTabWidget,"TabPage_2")
-
- self.installTextBrowser = QTextBrowser(self.TabPage_2,"installTextBrowser")
- self.installTextBrowser.setGeometry(QRect(28,184,331,201))
-
- LayoutWidget_3 = QWidget(self.TabPage_2,"layout24")
- LayoutWidget_3.setGeometry(QRect(30,20,330,130))
- layout24 = QGridLayout(LayoutWidget_3,1,1,11,6,"layout24")
-
- self.installUpdateDataRadioButton = QRadioButton(LayoutWidget_3,"installUpdateDataRadioButton")
-
- layout24.addWidget(self.installUpdateDataRadioButton,0,0)
-
- self.installUpgradeDataRadioButton = QRadioButton(LayoutWidget_3,"installUpgradeDataRadioButton")
-
- layout24.addWidget(self.installUpgradeDataRadioButton,1,0)
-
- self.instalBrowsePushButton = QPushButton(LayoutWidget_3,"instalBrowsePushButton")
-
- layout24.addWidget(self.instalBrowsePushButton,2,1)
-
- self.installLineEdit = QLineEdit(LayoutWidget_3,"installLineEdit")
-
- layout24.addWidget(self.installLineEdit,2,0)
-
- self.textLabel7 = QLabel(self.TabPage_2,"textLabel7")
- self.textLabel7.setGeometry(QRect(30,150,171,31))
-
- self.installStartPushButton = QPushButton(self.TabPage_2,"installStartPushButton")
- self.installStartPushButton.setGeometry(QRect(440,340,100,20))
- self.pyptTabWidget.insertTab(self.TabPage_2,QString.fromLatin1(""))
-
- self.fileOpenAction = QAction(self,"fileOpenAction")
- self.fileOpenAction.setIconSet(QIconSet(self.image1))
- self.fileExitAction = QAction(self,"fileExitAction")
- self.helpContentsAction = QAction(self,"helpContentsAction")
- self.helpAboutAction = QAction(self,"helpAboutAction")
-
-
-
-
- self.MenuBar = QMenuBar(self,"MenuBar")
-
-
- self.fileMenu = QPopupMenu(self)
- self.fileOpenAction.addTo(self.fileMenu)
- self.fileMenu.insertSeparator()
- self.fileMenu.insertSeparator()
- self.fileExitAction.addTo(self.fileMenu)
- self.MenuBar.insertItem(QString(""),self.fileMenu,1)
-
- self.helpMenu = QPopupMenu(self)
- self.helpContentsAction.addTo(self.helpMenu)
- self.helpMenu.insertSeparator()
- self.helpAboutAction.addTo(self.helpMenu)
- self.MenuBar.insertItem(QString(""),self.helpMenu,2)
-
-
- self.languageChange()
-
- self.resize(QSize(618,480).expandedTo(self.minimumSizeHint()))
- self.clearWState(Qt.WState_Polished)
-
- self.connect(self.fileOpenAction,SIGNAL("activated()"),self.fileOpen)
- self.connect(self.fileExitAction,SIGNAL("activated()"),self.close)
- self.connect(self.helpContentsAction,SIGNAL("activated()"),self.helpContents)
- self.connect(self.helpAboutAction,SIGNAL("activated()"),self.helpAbout)
-
- self.setInstallPackageTextLabel.setBuddy(self.setInstallPackagesLineEdit)
- self.setUpgradeTypeTextLabel.setBuddy(self.setUpgradeTypeComboBox)
- self.setFilePathTextLabel.setBuddy(self.setFilePathLineEdit)
-
-
- def languageChange(self):
- self.setCaption(self.__tr("pypt-offline | Offline Package Manager | (C) Ritesh Raj Sarraf - RESEARCHUT"))
- self.textLabel1.setText(self.__tr("<p align=\"center\">pypt-offline</p>"))
- self.pyptTabWidget.changeTab(self.tab,self.__tr("Welcome"))
- self.setInstallPackageTextLabel.setText(self.__tr("Install Packages"))
- self.setUpgradeTypeComboBox.clear()
- self.setUpgradeTypeComboBox.insertItem(QString.null)
- self.setUpgradeTypeComboBox.insertItem(self.__tr("upgrade"))
- self.setUpgradeTypeComboBox.insertItem(self.__tr("dist-upgrade"))
- self.setUpgradeTypeComboBox.insertItem(self.__tr("dselect-upgrade"))
- self.pushButton6.setText(self.__tr("Browse"))
- self.setUpgradeTypeTextLabel.setText(self.__tr("Upgrade Type"))
- self.setInstallationTypeTextLabel.setText(self.__tr("Installation Type"))
- self.setFilePathTextLabel.setText(self.__tr("File Path"))
- self.setInstallationTypeComboBox.clear()
- self.setInstallationTypeComboBox.insertItem(QString.null)
- self.setInstallationTypeComboBox.insertItem(self.__tr("Update"))
- self.setInstallationTypeComboBox.insertItem(self.__tr("Upgrade"))
- self.setInstallationTypeComboBox.insertItem(self.__tr("Install"))
- self.pushButton5.setText(self.__tr("Start"))
- self.pushButton5.setAccel(QKeySequence(QString.null))
- self.pyptTabWidget.changeTab(self.tab_2,self.__tr("Set"))
- self.fetchUpdateDataRadioButton.setText(self.__tr("Update Data"))
- self.fetchUpgradeDataRadioButton.setText(self.__tr("Upgrade Data"))
- self.fetchBrowsePushButton.setText(self.__tr("Browse"))
- self.fetchConsoleOutputTextLabel.setText(self.__tr("Console Output"))
- self.fetchStartButton.setText(self.__tr("Start"))
- self.fetchOptionsButtonGroup.setTitle(self.__tr("Options"))
- self.fetchZipCheckBox.setText(self.__tr("Zip"))
- self.fetchTargetDownloadFolderCheckbox.setText(self.__tr("Target Download Folder"))
- self.fetchTargetDownloadFolderPushButton.setText(self.__tr("..."))
- self.fetchZipPushButton.setText(self.__tr("..."))
- self.fetchCacheDirectoryCheckBox.setText(self.__tr("Cache Directory"))
- self.fetchDisableMD5ChecksumCheckBox.setText(self.__tr("Disable MD5 Checksum"))
- self.fetchThreadsTextLabel.setText(self.__tr("Threads"))
- self.fetchCacheDirectoryPushButton.setText(self.__tr("..."))
- self.pyptTabWidget.changeTab(self.TabPage,self.__tr("Fetch"))
- self.installUpdateDataRadioButton.setText(self.__tr("Update Data"))
- self.installUpgradeDataRadioButton.setText(self.__tr("Upgrade Data"))
- self.instalBrowsePushButton.setText(self.__tr("Browse"))
- self.textLabel7.setText(self.__tr("Console Output"))
- self.installStartPushButton.setText(self.__tr("Start"))
- self.pyptTabWidget.changeTab(self.TabPage_2,self.__tr("Install"))
- self.fileOpenAction.setText(self.__tr("Open"))
- self.fileOpenAction.setMenuText(self.__tr("&Open..."))
- self.fileOpenAction.setAccel(self.__tr("Ctrl+O"))
- self.fileExitAction.setText(self.__tr("Exit"))
- self.fileExitAction.setMenuText(self.__tr("E&xit"))
- self.fileExitAction.setAccel(QString.null)
- self.helpContentsAction.setText(self.__tr("Contents"))
- self.helpContentsAction.setMenuText(self.__tr("&Contents..."))
- self.helpContentsAction.setAccel(QString.null)
- self.helpAboutAction.setText(self.__tr("About"))
- self.helpAboutAction.setMenuText(self.__tr("&About"))
- self.helpAboutAction.setAccel(QString.null)
- if self.MenuBar.findItem(1):
- self.MenuBar.findItem(1).setText(self.__tr("&File"))
- if self.MenuBar.findItem(2):
- self.MenuBar.findItem(2).setText(self.__tr("&Help"))
-
-
- def fileNew(self):
- print "pyptofflineguiForm.fileNew(): Not implemented yet"
-
- def fileOpen(self):
- print "pyptofflineguiForm.fileOpen(): Not implemented yet"
-
- def fileSave(self):
- print "pyptofflineguiForm.fileSave(): Not implemented yet"
-
- def fileSaveAs(self):
- print "pyptofflineguiForm.fileSaveAs(): Not implemented yet"
-
- def filePrint(self):
- print "pyptofflineguiForm.filePrint(): Not implemented yet"
-
- def fileExit(self):
- print "pyptofflineguiForm.fileExit(): Not implemented yet"
-
- def helpIndex(self):
- print "pyptofflineguiForm.helpIndex(): Not implemented yet"
-
- def helpContents(self):
- print "pyptofflineguiForm.helpContents(): Not implemented yet"
-
- def helpAbout(self):
- print "pyptofflineguiForm.helpAbout(): Not implemented yet"
-
- def __tr(self,s,c = None):
- return qApp.translate("pyptofflineguiForm",s,c)
Deleted: trunk/pyptofflinegui.ui
===================================================================
--- trunk/pyptofflinegui.ui 2006-12-29 18:29:26 UTC (rev 110)
+++ trunk/pyptofflinegui.ui 2006-12-29 18:51:08 UTC (rev 111)
@@ -1,836 +0,0 @@
-<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
-<class>pyptofflineguiForm</class>
-<widget class="QMainWindow">
- <property name="name">
- <cstring>pyptofflineguiForm</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>618</width>
- <height>480</height>
- </rect>
- </property>
- <property name="caption">
- <string>pypt-offline | Offline Package Manager | (C) Ritesh Raj Sarraf - RESEARCHUT</string>
- </property>
- <property name="usesTextLabel">
- <bool>true</bool>
- </property>
- <widget class="QTabWidget">
- <property name="name">
- <cstring>pyptTabWidget</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>0</y>
- <width>580</width>
- <height>430</height>
- </rect>
- </property>
- <widget class="QWidget">
- <property name="name">
- <cstring>tab</cstring>
- </property>
- <attribute name="title">
- <string>Welcome</string>
- </attribute>
- <widget class="QLabel">
- <property name="name">
- <cstring>pixmapLabel1</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>80</y>
- <width>120</width>
- <height>150</height>
- </rect>
- </property>
- <property name="pixmap">
- <pixmap>image0</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QLabel">
- <property name="name">
- <cstring>textLabel1</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>98</x>
- <y>264</y>
- <width>381</width>
- <height>111</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>48</pointsize>
- </font>
- </property>
- <property name="text">
- <string><p align="center">pypt-offline</p></string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget">
- <property name="name">
- <cstring>tab</cstring>
- </property>
- <attribute name="title">
- <string>Set</string>
- </attribute>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>layout20</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>380</width>
- <height>210</height>
- </rect>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>setInstallPackageTextLabel</cstring>
- </property>
- <property name="text">
- <string>Install Packages</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>setInstallPackagesLineEdit</cstring>
- </property>
- </widget>
- <widget class="QComboBox" row="1" column="1">
- <item>
- <property name="text">
- <string></string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>upgrade</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>dist-upgrade</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>dselect-upgrade</string>
- </property>
- </item>
- <property name="name">
- <cstring>setUpgradeTypeComboBox</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="3" column="1">
- <property name="name">
- <cstring>setFilePathLineEdit</cstring>
- </property>
- <property name="paletteBackgroundColor">
- <color>
- <red>255</red>
- <green>255</green>
- <blue>127</blue>
- </color>
- </property>
- <property name="alignment">
- <set>AlignAuto</set>
- </property>
- </widget>
- <widget class="QPushButton" row="3" column="2">
- <property name="name">
- <cstring>pushButton6</cstring>
- </property>
- <property name="text">
- <string>Browse</string>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>setUpgradeTypeTextLabel</cstring>
- </property>
- <property name="text">
- <string>Upgrade Type</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>setUpgradeTypeComboBox</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>setInstallationTypeTextLabel</cstring>
- </property>
- <property name="text">
- <string>Installation Type</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>comboBox3</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="3" column="0">
- <property name="name">
- <cstring>setFilePathTextLabel</cstring>
- </property>
- <property name="text">
- <string>File Path</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>setFilePathLineEdit</cstring>
- </property>
- </widget>
- <widget class="QComboBox" row="0" column="1">
- <item>
- <property name="text">
- <string></string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Update</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Upgrade</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Install</string>
- </property>
- </item>
- <property name="name">
- <cstring>setInstallationTypeComboBox</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="2" column="1">
- <property name="name">
- <cstring>setInstallPackagesLineEdit</cstring>
- </property>
- <property name="paletteBackgroundColor">
- <color>
- <red>255</red>
- <green>255</green>
- <blue>127</blue>
- </color>
- </property>
- <property name="font">
- <font>
- <bold>1</bold>
- </font>
- </property>
- <property name="alignment">
- <set>AlignAuto</set>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>pushButton5</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>340</y>
- <width>100</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Start</string>
- </property>
- <property name="accel">
- <string></string>
- </property>
- </widget>
- </widget>
- <widget class="QWidget">
- <property name="name">
- <cstring>TabPage</cstring>
- </property>
- <attribute name="title">
- <string>Fetch</string>
- </attribute>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>layout22</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>18</x>
- <y>30</y>
- <width>340</width>
- <height>130</height>
- </rect>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QRadioButton" row="0" column="0">
- <property name="name">
- <cstring>fetchUpdateDataRadioButton</cstring>
- </property>
- <property name="text">
- <string>Update Data</string>
- </property>
- </widget>
- <widget class="QRadioButton" row="1" column="0">
- <property name="name">
- <cstring>fetchUpgradeDataRadioButton</cstring>
- </property>
- <property name="text">
- <string>Upgrade Data</string>
- </property>
- </widget>
- <widget class="QLineEdit" row="2" column="0">
- <property name="name">
- <cstring>fetchBrowseLineEdit</cstring>
- </property>
- <property name="paletteBackgroundColor">
- <color>
- <red>255</red>
- <green>255</green>
- <blue>127</blue>
- </color>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>fetchBrowsePushButton</cstring>
- </property>
- <property name="text">
- <string>Browse</string>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QLabel">
- <property name="name">
- <cstring>fetchConsoleOutputTextLabel</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>160</y>
- <width>141</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Console Output</string>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>fetchStartButton</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>440</x>
- <y>340</y>
- <width>100</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Start</string>
- </property>
- </widget>
- <widget class="QTextBrowser">
- <property name="name">
- <cstring>fetchTextBrowser</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>181</y>
- <width>340</width>
- <height>160</height>
- </rect>
- </property>
- </widget>
- <widget class="QProgressBar">
- <property name="name">
- <cstring>fetchProgressBar</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>350</y>
- <width>340</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QButtonGroup">
- <property name="name">
- <cstring>fetchOptionsButtonGroup</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>380</x>
- <y>20</y>
- <width>190</width>
- <height>250</height>
- </rect>
- </property>
- <property name="title">
- <string>Options</string>
- </property>
- <widget class="QCheckBox">
- <property name="name">
- <cstring>fetchZipCheckBox</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>8</x>
- <y>23</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Zip</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QCheckBox">
- <property name="name">
- <cstring>fetchTargetDownloadFolderCheckbox</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>8</x>
- <y>71</y>
- <width>130</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Target Download Folder</string>
- </property>
- </widget>
- <widget class="QLineEdit">
- <property name="name">
- <cstring>lineEdit7</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>8</x>
- <y>44</y>
- <width>141</width>
- <height>21</height>
- </rect>
- </property>
- <property name="paletteBackgroundColor">
- <color>
- <red>255</red>
- <green>255</green>
- <blue>127</blue>
- </color>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>fetchTargetDownloadFolderPushButton</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>94</y>
- <width>30</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>fetchZipPushButton</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>44</y>
- <width>30</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- <widget class="QCheckBox">
- <property name="name">
- <cstring>fetchCacheDirectoryCheckBox</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>8</x>
- <y>119</y>
- <width>100</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Cache Directory</string>
- </property>
- </widget>
- <widget class="QCheckBox">
- <property name="name">
- <cstring>fetchDisableMD5ChecksumCheckBox</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>8</x>
- <y>174</y>
- <width>130</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Disable MD5 Checksum</string>
- </property>
- </widget>
- <widget class="QLabel">
- <property name="name">
- <cstring>fetchThreadsTextLabel</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>200</y>
- <width>121</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Threads</string>
- </property>
- </widget>
- <widget class="QSpinBox">
- <property name="name">
- <cstring>fetchThreadsSpinBox</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>223</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- <property name="maxValue">
- <number>5</number>
- </property>
- <property name="minValue">
- <number>1</number>
- </property>
- </widget>
- <widget class="QLineEdit">
- <property name="name">
- <cstring>fetchCacheDirectoryLineEdit</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>140</y>
- <width>140</width>
- <height>21</height>
- </rect>
- </property>
- <property name="paletteBackgroundColor">
- <color>
- <red>255</red>
- <green>255</green>
- <blue>127</blue>
- </color>
- </property>
- </widget>
- <widget class="QLineEdit">
- <property name="name">
- <cstring>fetchTargetDownloadFolderLineEdit</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>8</x>
- <y>94</y>
- <width>140</width>
- <height>21</height>
- </rect>
- </property>
- <property name="paletteBackgroundColor">
- <color>
- <red>255</red>
- <green>255</green>
- <blue>127</blue>
- </color>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>fetchCacheDirectoryPushButton</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>151</x>
- <y>140</y>
- <width>30</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QWidget">
- <property name="name">
- <cstring>TabPage</cstring>
- </property>
- <attribute name="title">
- <string>Install</string>
- </attribute>
- <widget class="QTextBrowser">
- <property name="name">
- <cstring>installTextBrowser</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>28</x>
- <y>184</y>
- <width>331</width>
- <height>201</height>
- </rect>
- </property>
- </widget>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>layout24</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>20</y>
- <width>330</width>
- <height>130</height>
- </rect>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QRadioButton" row="0" column="0">
- <property name="name">
- <cstring>installUpdateDataRadioButton</cstring>
- </property>
- <property name="text">
- <string>Update Data</string>
- </property>
- </widget>
- <widget class="QRadioButton" row="1" column="0">
- <property name="name">
- <cstring>installUpgradeDataRadioButton</cstring>
- </property>
- <property name="text">
- <string>Upgrade Data...
[truncated message content] |