62 <property name="checked"> |
62 <property name="checked"> |
63 <bool>true</bool> |
63 <bool>true</bool> |
64 </property> |
64 </property> |
65 </widget> |
65 </widget> |
66 </item> |
66 </item> |
67 <item row="3" column="0" colspan="2"> |
67 <item row="3" column="0"> |
|
68 <widget class="QLabel" name="label_3"> |
|
69 <property name="text"> |
|
70 <string>Target Directory:</string> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 <item row="3" column="1"> |
|
75 <widget class="QLineEdit" name="targetEdit"> |
|
76 <property name="toolTip"> |
|
77 <string>Enter the directory to install to (must be contained in sys.path). Leave empty to detect automatically.</string> |
|
78 </property> |
|
79 <property name="clearButtonEnabled"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="4" column="0"> |
|
85 <widget class="QLabel" name="label_4"> |
|
86 <property name="text"> |
|
87 <string>Package Index:</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item row="4" column="1"> |
|
92 <widget class="QLineEdit" name="indexEdit"> |
|
93 <property name="toolTip"> |
|
94 <string/> |
|
95 </property> |
|
96 <property name="clearButtonEnabled"> |
|
97 <bool>true</bool> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 <item row="5" column="0" colspan="2"> |
68 <widget class="QDialogButtonBox" name="buttonBox"> |
102 <widget class="QDialogButtonBox" name="buttonBox"> |
69 <property name="orientation"> |
103 <property name="orientation"> |
70 <enum>Qt::Horizontal</enum> |
104 <enum>Qt::Horizontal</enum> |
71 </property> |
105 </property> |
72 <property name="standardButtons"> |
106 <property name="standardButtons"> |