Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui

changeset 6805
10fefa6f331a
parent 6797
d9e56b0aa7ac
parent 6804
dc20bde4af90
child 6806
d306647cb82d
equal deleted inserted replaced
6797:d9e56b0aa7ac 6805:10fefa6f331a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PipSearchDialog</class>
4 <widget class="QDialog" name="PipSearchDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Search PyPI</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout_2">
22 <item>
23 <widget class="QLabel" name="label_2">
24 <property name="text">
25 <string>Virtual Environment:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QComboBox" name="venvComboBox">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 <property name="toolTip">
38 <string>Select the virtual environment to be used</string>
39 </property>
40 </widget>
41 </item>
42 </layout>
43 </item>
44 <item>
45 <layout class="QHBoxLayout" name="horizontalLayout">
46 <item>
47 <widget class="QLabel" name="label">
48 <property name="text">
49 <string>Query:</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QLineEdit" name="searchEdit">
55 <property name="toolTip">
56 <string>Enter the search term</string>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <widget class="QPushButton" name="searchButton">
62 <property name="enabled">
63 <bool>false</bool>
64 </property>
65 <property name="toolTip">
66 <string>Press to start the search</string>
67 </property>
68 <property name="text">
69 <string>Search</string>
70 </property>
71 </widget>
72 </item>
73 </layout>
74 </item>
75 <item>
76 <widget class="QTreeWidget" name="resultList">
77 <property name="alternatingRowColors">
78 <bool>true</bool>
79 </property>
80 <property name="selectionMode">
81 <enum>QAbstractItemView::ExtendedSelection</enum>
82 </property>
83 <property name="rootIsDecorated">
84 <bool>false</bool>
85 </property>
86 <property name="itemsExpandable">
87 <bool>false</bool>
88 </property>
89 <property name="sortingEnabled">
90 <bool>true</bool>
91 </property>
92 <property name="allColumnsShowFocus">
93 <bool>true</bool>
94 </property>
95 <property name="wordWrap">
96 <bool>true</bool>
97 </property>
98 <column>
99 <property name="text">
100 <string>Package</string>
101 </property>
102 </column>
103 <column>
104 <property name="text">
105 <string>Score</string>
106 </property>
107 </column>
108 <column>
109 <property name="text">
110 <string>Description</string>
111 </property>
112 </column>
113 </widget>
114 </item>
115 <item>
116 <widget class="QLabel" name="infoLabel"/>
117 </item>
118 <item>
119 <widget class="QDialogButtonBox" name="buttonBox">
120 <property name="orientation">
121 <enum>Qt::Horizontal</enum>
122 </property>
123 <property name="standardButtons">
124 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
125 </property>
126 </widget>
127 </item>
128 </layout>
129 </widget>
130 <tabstops>
131 <tabstop>venvComboBox</tabstop>
132 <tabstop>searchEdit</tabstop>
133 <tabstop>searchButton</tabstop>
134 <tabstop>resultList</tabstop>
135 </tabstops>
136 <resources/>
137 <connections/>
138 </ui>

eric ide

mercurial