Plugins/UiExtensionPlugins/PipInterface/ConfigurationPage/PipPage.ui

changeset 6342
c79ecba9cde7
parent 6011
e6af0dcfbb35
equal deleted inserted replaced
6341:a00e63f6d766 6342:c79ecba9cde7
56 </item> 56 </item>
57 </layout> 57 </layout>
58 </widget> 58 </widget>
59 </item> 59 </item>
60 <item> 60 <item>
61 <widget class="QGroupBox" name="groupBox"> 61 <spacer name="verticalSpacer">
62 <property name="title"> 62 <property name="orientation">
63 <string>pip Executables</string> 63 <enum>Qt::Vertical</enum>
64 </property> 64 </property>
65 <layout class="QGridLayout" name="gridLayout"> 65 <property name="sizeHint" stdset="0">
66 <item row="0" column="0" rowspan="7"> 66 <size>
67 <widget class="E5ListView" name="stringList"> 67 <width>20</width>
68 <property name="alternatingRowColors"> 68 <height>234</height>
69 <bool>true</bool> 69 </size>
70 </property> 70 </property>
71 <property name="selectionMode"> 71 </spacer>
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>&amp;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>&amp;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&amp;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>&amp;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> 72 </item>
155 </layout> 73 </layout>
156 </widget> 74 </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> 75 <tabstops>
165 <tabstop>indexEdit</tabstop> 76 <tabstop>indexEdit</tabstop>
166 <tabstop>stringList</tabstop>
167 <tabstop>addButton</tabstop>
168 <tabstop>removeButton</tabstop>
169 <tabstop>removeAllButton</tabstop>
170 </tabstops> 77 </tabstops>
171 <resources/> 78 <resources/>
172 <connections/> 79 <connections/>
173 </ui> 80 </ui>

eric ide

mercurial