|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PipPage</class> |
|
4 <widget class="QWidget" name="PipPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>602</width> |
|
10 <height>389</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure pip</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line9_3"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox_2"> |
|
36 <property name="title"> |
|
37 <string>Index URL</string> |
|
38 </property> |
|
39 <layout class="QVBoxLayout" name="verticalLayout"> |
|
40 <item> |
|
41 <widget class="QLineEdit" name="indexEdit"> |
|
42 <property name="toolTip"> |
|
43 <string>Enter the URL of the package index or leave empty to use the default</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item> |
|
48 <widget class="QLabel" name="indexLabel"> |
|
49 <property name="text"> |
|
50 <string/> |
|
51 </property> |
|
52 <property name="openExternalLinks"> |
|
53 <bool>true</bool> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 </layout> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="QGroupBox" name="groupBox"> |
|
62 <property name="title"> |
|
63 <string>pip Executables</string> |
|
64 </property> |
|
65 <layout class="QGridLayout" name="gridLayout"> |
|
66 <item row="0" column="0" rowspan="7"> |
|
67 <widget class="E5ListView" name="stringList"> |
|
68 <property name="alternatingRowColors"> |
|
69 <bool>true</bool> |
|
70 </property> |
|
71 <property name="selectionMode"> |
|
72 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="0" column="1"> |
|
77 <widget class="QPushButton" name="addButton"> |
|
78 <property name="toolTip"> |
|
79 <string>Press to add an entry</string> |
|
80 </property> |
|
81 <property name="text"> |
|
82 <string>&Add...</string> |
|
83 </property> |
|
84 <property name="autoDefault"> |
|
85 <bool>false</bool> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item row="1" column="1"> |
|
90 <widget class="Line" name="line_3"> |
|
91 <property name="orientation"> |
|
92 <enum>Qt::Horizontal</enum> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 <item row="2" column="1"> |
|
97 <widget class="QPushButton" name="removeButton"> |
|
98 <property name="toolTip"> |
|
99 <string>Press to remove the selected entries</string> |
|
100 </property> |
|
101 <property name="text"> |
|
102 <string>&Remove</string> |
|
103 </property> |
|
104 <property name="autoDefault"> |
|
105 <bool>false</bool> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item row="3" column="1"> |
|
110 <widget class="QPushButton" name="removeAllButton"> |
|
111 <property name="toolTip"> |
|
112 <string>Press to remove all entries</string> |
|
113 </property> |
|
114 <property name="text"> |
|
115 <string>R&emove All</string> |
|
116 </property> |
|
117 <property name="autoDefault"> |
|
118 <bool>false</bool> |
|
119 </property> |
|
120 </widget> |
|
121 </item> |
|
122 <item row="4" column="1"> |
|
123 <widget class="Line" name="line_4"> |
|
124 <property name="orientation"> |
|
125 <enum>Qt::Horizontal</enum> |
|
126 </property> |
|
127 </widget> |
|
128 </item> |
|
129 <item row="5" column="1"> |
|
130 <widget class="QPushButton" name="defaultListButton"> |
|
131 <property name="toolTip"> |
|
132 <string>Press to load the default list</string> |
|
133 </property> |
|
134 <property name="text"> |
|
135 <string>&Default</string> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item row="6" column="1"> |
|
140 <spacer name="verticalSpacer_3"> |
|
141 <property name="orientation"> |
|
142 <enum>Qt::Vertical</enum> |
|
143 </property> |
|
144 <property name="sizeHint" stdset="0"> |
|
145 <size> |
|
146 <width>20</width> |
|
147 <height>196</height> |
|
148 </size> |
|
149 </property> |
|
150 </spacer> |
|
151 </item> |
|
152 </layout> |
|
153 </widget> |
|
154 </item> |
|
155 </layout> |
|
156 </widget> |
|
157 <customwidgets> |
|
158 <customwidget> |
|
159 <class>E5ListView</class> |
|
160 <extends>QListView</extends> |
|
161 <header>E5Gui/E5ListView.h</header> |
|
162 </customwidget> |
|
163 </customwidgets> |
|
164 <tabstops> |
|
165 <tabstop>indexEdit</tabstop> |
|
166 <tabstop>stringList</tabstop> |
|
167 <tabstop>addButton</tabstop> |
|
168 <tabstop>removeButton</tabstop> |
|
169 <tabstop>removeAllButton</tabstop> |
|
170 </tabstops> |
|
171 <resources/> |
|
172 <connections/> |
|
173 </ui> |