26 <horstretch>0</horstretch> |
26 <horstretch>0</horstretch> |
27 <verstretch>7</verstretch> |
27 <verstretch>7</verstretch> |
28 </sizepolicy> |
28 </sizepolicy> |
29 </property> |
29 </property> |
30 <property name="contextMenuPolicy"> |
30 <property name="contextMenuPolicy"> |
31 <enum>Qt::CustomContextMenu</enum> |
31 <enum>Qt::ContextMenuPolicy::CustomContextMenu</enum> |
32 </property> |
32 </property> |
33 <property name="alternatingRowColors"> |
33 <property name="alternatingRowColors"> |
34 <bool>true</bool> |
34 <bool>true</bool> |
35 </property> |
35 </property> |
36 <property name="selectionMode"> |
36 <property name="selectionMode"> |
37 <enum>QAbstractItemView::ExtendedSelection</enum> |
37 <enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum> |
38 </property> |
38 </property> |
39 <property name="sortingEnabled"> |
39 <property name="sortingEnabled"> |
40 <bool>true</bool> |
40 <bool>false</bool> |
41 </property> |
41 </property> |
42 <property name="allColumnsShowFocus"> |
42 <property name="allColumnsShowFocus"> |
43 <bool>true</bool> |
43 <bool>true</bool> |
44 </property> |
44 </property> |
|
45 <attribute name="headerShowSortIndicator" stdset="0"> |
|
46 <bool>false</bool> |
|
47 </attribute> |
45 <column> |
48 <column> |
46 <property name="text"> |
49 <property name="text"> |
47 <string>Name</string> |
50 <string>Name</string> |
48 </property> |
51 </property> |
49 </column> |
52 </column> |
151 <widget class="QLabel" name="label_2"> |
154 <widget class="QLabel" name="label_2"> |
152 <property name="text"> |
155 <property name="text"> |
153 <string>Description:</string> |
156 <string>Description:</string> |
154 </property> |
157 </property> |
155 <property name="alignment"> |
158 <property name="alignment"> |
156 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
159 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set> |
157 </property> |
160 </property> |
158 </widget> |
161 </widget> |
159 </item> |
162 </item> |
160 <item row="2" column="1"> |
163 <item row="2" column="1"> |
161 <widget class="QTextEdit" name="descriptionEdit"> |
164 <widget class="QTextEdit" name="descriptionEdit"> |
164 <horstretch>0</horstretch> |
167 <horstretch>0</horstretch> |
165 <verstretch>3</verstretch> |
168 <verstretch>3</verstretch> |
166 </sizepolicy> |
169 </sizepolicy> |
167 </property> |
170 </property> |
168 <property name="focusPolicy"> |
171 <property name="focusPolicy"> |
169 <enum>Qt::NoFocus</enum> |
172 <enum>Qt::FocusPolicy::NoFocus</enum> |
170 </property> |
173 </property> |
171 <property name="toolTip"> |
174 <property name="toolTip"> |
172 <string>Displays the description of the selected plugin</string> |
175 <string>Displays the description of the selected plugin</string> |
173 </property> |
176 </property> |
174 <property name="readOnly"> |
177 <property name="readOnly"> |
184 </widget> |
187 </widget> |
185 </item> |
188 </item> |
186 <item row="3" column="1"> |
189 <item row="3" column="1"> |
187 <widget class="QLineEdit" name="authorEdit"> |
190 <widget class="QLineEdit" name="authorEdit"> |
188 <property name="focusPolicy"> |
191 <property name="focusPolicy"> |
189 <enum>Qt::NoFocus</enum> |
192 <enum>Qt::FocusPolicy::NoFocus</enum> |
190 </property> |
193 </property> |
191 <property name="toolTip"> |
194 <property name="toolTip"> |
192 <string>Displays the author of the selected plugin</string> |
195 <string>Displays the author of the selected plugin</string> |
193 </property> |
196 </property> |
194 <property name="readOnly"> |
197 <property name="readOnly"> |
204 </widget> |
207 </widget> |
205 </item> |
208 </item> |
206 <item row="4" column="1"> |
209 <item row="4" column="1"> |
207 <widget class="QLineEdit" name="urlEdit"> |
210 <widget class="QLineEdit" name="urlEdit"> |
208 <property name="focusPolicy"> |
211 <property name="focusPolicy"> |
209 <enum>Qt::NoFocus</enum> |
212 <enum>Qt::FocusPolicy::NoFocus</enum> |
210 </property> |
213 </property> |
211 <property name="toolTip"> |
214 <property name="toolTip"> |
212 <string>Displays the download URL of the selected plugin</string> |
215 <string>Displays the download URL of the selected plugin</string> |
213 </property> |
216 </property> |
214 <property name="readOnly"> |
217 <property name="readOnly"> |
280 </layout> |
283 </layout> |
281 </item> |
284 </item> |
282 <item> |
285 <item> |
283 <widget class="QDialogButtonBox" name="buttonBox"> |
286 <widget class="QDialogButtonBox" name="buttonBox"> |
284 <property name="orientation"> |
287 <property name="orientation"> |
285 <enum>Qt::Horizontal</enum> |
288 <enum>Qt::Orientation::Horizontal</enum> |
286 </property> |
289 </property> |
287 <property name="standardButtons"> |
290 <property name="standardButtons"> |
288 <set>QDialogButtonBox::NoButton</set> |
291 <set>QDialogButtonBox::StandardButton::NoButton</set> |
289 </property> |
292 </property> |
290 </widget> |
293 </widget> |
291 </item> |
294 </item> |
292 </layout> |
295 </layout> |
293 </widget> |
296 </widget> |