Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui

changeset 6011
e6af0dcfbb35
child 6327
a1716d9210f4
equal deleted inserted replaced
6010:7ef7d47a0ad5 6011:e6af0dcfbb35
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PipListDialog</class>
4 <widget class="QDialog" name="PipListDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>600</width>
10 <height>550</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Package List</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item>
21 <widget class="QComboBox" name="pipComboBox">
22 <property name="toolTip">
23 <string>Select the pip command to use</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item>
30 <widget class="QLabel" name="infoLabel">
31 <property name="text">
32 <string notr="true">TextLabel</string>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <spacer name="horizontalSpacer">
38 <property name="orientation">
39 <enum>Qt::Horizontal</enum>
40 </property>
41 <property name="sizeHint" stdset="0">
42 <size>
43 <width>40</width>
44 <height>20</height>
45 </size>
46 </property>
47 </spacer>
48 </item>
49 <item>
50 <widget class="QCheckBox" name="localCheckBox">
51 <property name="toolTip">
52 <string>Select to show only locally-installed packages</string>
53 </property>
54 <property name="text">
55 <string>Local packages only</string>
56 </property>
57 <property name="checked">
58 <bool>true</bool>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QCheckBox" name="notRequiredCheckBox">
64 <property name="toolTip">
65 <string>Select to list packages that are not dependencies of installed packages</string>
66 </property>
67 <property name="text">
68 <string>Not required Packages</string>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </item>
74 <item>
75 <widget class="QSplitter" name="splitter">
76 <property name="orientation">
77 <enum>Qt::Vertical</enum>
78 </property>
79 <property name="childrenCollapsible">
80 <bool>false</bool>
81 </property>
82 <widget class="QTreeWidget" name="packageList">
83 <property name="sizePolicy">
84 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
85 <horstretch>0</horstretch>
86 <verstretch>3</verstretch>
87 </sizepolicy>
88 </property>
89 <property name="alternatingRowColors">
90 <bool>true</bool>
91 </property>
92 <property name="selectionMode">
93 <enum>QAbstractItemView::ExtendedSelection</enum>
94 </property>
95 <property name="rootIsDecorated">
96 <bool>false</bool>
97 </property>
98 <property name="itemsExpandable">
99 <bool>false</bool>
100 </property>
101 <property name="sortingEnabled">
102 <bool>true</bool>
103 </property>
104 <column>
105 <property name="text">
106 <string notr="true">1</string>
107 </property>
108 </column>
109 </widget>
110 <widget class="QWidget" name="widget" native="true">
111 <property name="sizePolicy">
112 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
113 <horstretch>0</horstretch>
114 <verstretch>1</verstretch>
115 </sizepolicy>
116 </property>
117 <layout class="QVBoxLayout" name="verticalLayout">
118 <property name="leftMargin">
119 <number>0</number>
120 </property>
121 <property name="topMargin">
122 <number>0</number>
123 </property>
124 <property name="rightMargin">
125 <number>0</number>
126 </property>
127 <property name="bottomMargin">
128 <number>0</number>
129 </property>
130 <item>
131 <layout class="QHBoxLayout" name="horizontalLayout_2">
132 <item>
133 <widget class="QCheckBox" name="verboseCheckBox">
134 <property name="toolTip">
135 <string>Select to show verbose package information</string>
136 </property>
137 <property name="text">
138 <string>Verbose Package Information</string>
139 </property>
140 </widget>
141 </item>
142 <item>
143 <widget class="QCheckBox" name="installedFilesCheckBox">
144 <property name="toolTip">
145 <string>Select to show information about installed files</string>
146 </property>
147 <property name="text">
148 <string>Installed Files Information</string>
149 </property>
150 </widget>
151 </item>
152 </layout>
153 </item>
154 <item>
155 <widget class="QTreeWidget" name="infoWidget">
156 <property name="sizePolicy">
157 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
158 <horstretch>0</horstretch>
159 <verstretch>1</verstretch>
160 </sizepolicy>
161 </property>
162 <property name="alternatingRowColors">
163 <bool>true</bool>
164 </property>
165 <property name="rootIsDecorated">
166 <bool>false</bool>
167 </property>
168 <property name="itemsExpandable">
169 <bool>false</bool>
170 </property>
171 <property name="allColumnsShowFocus">
172 <bool>true</bool>
173 </property>
174 <property name="wordWrap">
175 <bool>true</bool>
176 </property>
177 <property name="columnCount">
178 <number>2</number>
179 </property>
180 <attribute name="headerVisible">
181 <bool>false</bool>
182 </attribute>
183 <attribute name="headerStretchLastSection">
184 <bool>false</bool>
185 </attribute>
186 <column>
187 <property name="text">
188 <string notr="true">1</string>
189 </property>
190 </column>
191 <column>
192 <property name="text">
193 <string notr="true">2</string>
194 </property>
195 </column>
196 </widget>
197 </item>
198 </layout>
199 </widget>
200 </widget>
201 </item>
202 <item>
203 <widget class="QDialogButtonBox" name="buttonBox">
204 <property name="orientation">
205 <enum>Qt::Horizontal</enum>
206 </property>
207 <property name="standardButtons">
208 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
209 </property>
210 </widget>
211 </item>
212 </layout>
213 </widget>
214 <tabstops>
215 <tabstop>pipComboBox</tabstop>
216 <tabstop>localCheckBox</tabstop>
217 <tabstop>notRequiredCheckBox</tabstop>
218 <tabstop>packageList</tabstop>
219 <tabstop>verboseCheckBox</tabstop>
220 <tabstop>installedFilesCheckBox</tabstop>
221 <tabstop>infoWidget</tabstop>
222 </tabstops>
223 <resources/>
224 <connections/>
225 </ui>

eric ide

mercurial