Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui

changeset 6011
e6af0dcfbb35
child 6342
c79ecba9cde7
equal deleted inserted replaced
6010:7ef7d47a0ad5 6011:e6af0dcfbb35
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 <widget class="QComboBox" name="pipComboBox">
22 <property name="toolTip">
23 <string>Select the pip command to use for installing packages</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item>
30 <widget class="QLabel" name="label">
31 <property name="text">
32 <string>Query:</string>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QLineEdit" name="searchEdit">
38 <property name="toolTip">
39 <string>Enter the search term</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QPushButton" name="searchButton">
45 <property name="enabled">
46 <bool>false</bool>
47 </property>
48 <property name="toolTip">
49 <string>Press to start the search</string>
50 </property>
51 <property name="text">
52 <string>Search</string>
53 </property>
54 </widget>
55 </item>
56 </layout>
57 </item>
58 <item>
59 <widget class="QTreeWidget" name="resultList">
60 <property name="alternatingRowColors">
61 <bool>true</bool>
62 </property>
63 <property name="selectionMode">
64 <enum>QAbstractItemView::ExtendedSelection</enum>
65 </property>
66 <property name="rootIsDecorated">
67 <bool>false</bool>
68 </property>
69 <property name="itemsExpandable">
70 <bool>false</bool>
71 </property>
72 <property name="sortingEnabled">
73 <bool>true</bool>
74 </property>
75 <property name="allColumnsShowFocus">
76 <bool>true</bool>
77 </property>
78 <property name="wordWrap">
79 <bool>true</bool>
80 </property>
81 <column>
82 <property name="text">
83 <string>Package</string>
84 </property>
85 </column>
86 <column>
87 <property name="text">
88 <string>Score</string>
89 </property>
90 </column>
91 <column>
92 <property name="text">
93 <string>Description</string>
94 </property>
95 </column>
96 </widget>
97 </item>
98 <item>
99 <widget class="QLabel" name="infoLabel"/>
100 </item>
101 <item>
102 <widget class="QDialogButtonBox" name="buttonBox">
103 <property name="orientation">
104 <enum>Qt::Horizontal</enum>
105 </property>
106 <property name="standardButtons">
107 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
108 </property>
109 </widget>
110 </item>
111 </layout>
112 </widget>
113 <resources/>
114 <connections/>
115 </ui>

eric ide

mercurial