|
303 | 303 | <string>List of plugin repositories</string>
|
304 | 304 | </attribute>
|
305 | 305 | <layout class="QGridLayout">
|
306 |
| - <item row="0" column="0" colspan="7"> |
| 306 | + <item row="0" column="0" colspan="9"> |
307 | 307 | <widget class="QTreeWidget" name="treeRepositories">
|
308 | 308 | <property name="rootIsDecorated">
|
309 | 309 | <bool>false</bool>
|
|
360 | 360 | </property>
|
361 | 361 | </widget>
|
362 | 362 | </item>
|
363 |
| - <item row="1" column="3"> |
| 363 | + <item row="1" column="5"> |
364 | 364 | <spacer>
|
365 | 365 | <property name="orientation">
|
366 | 366 | <enum>Qt::Horizontal</enum>
|
|
373 | 373 | </property>
|
374 | 374 | </spacer>
|
375 | 375 | </item>
|
376 |
| - <item row="1" column="4"> |
| 376 | + <item row="1" column="6"> |
377 | 377 | <widget class="QPushButton" name="buttonAddRep">
|
378 | 378 | <property name="toolTip">
|
379 | 379 | <string>Add a new plugin repository</string>
|
|
386 | 386 | </property>
|
387 | 387 | </widget>
|
388 | 388 | </item>
|
389 |
| - <item row="1" column="5"> |
| 389 | + <item row="1" column="7"> |
390 | 390 | <widget class="QPushButton" name="buttonEditRep">
|
391 | 391 | <property name="toolTip">
|
392 | 392 | <string>Edit the selected repository</string>
|
|
399 | 399 | </property>
|
400 | 400 | </widget>
|
401 | 401 | </item>
|
402 |
| - <item row="1" column="6"> |
| 402 | + <item row="1" column="8"> |
403 | 403 | <widget class="QPushButton" name="buttonDeleteRep">
|
404 | 404 | <property name="toolTip">
|
405 | 405 | <string>Remove the selected repository</string>
|
|
412 | 412 | </property>
|
413 | 413 | </widget>
|
414 | 414 | </item>
|
| 415 | + <item row="1" column="3"> |
| 416 | + <widget class="QPushButton" name="buttonAddContributedRepository"> |
| 417 | + <property name="sizePolicy"> |
| 418 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 419 | + <horstretch>0</horstretch> |
| 420 | + <verstretch>0</verstretch> |
| 421 | + </sizepolicy> |
| 422 | + </property> |
| 423 | + <property name="minimumSize"> |
| 424 | + <size> |
| 425 | + <width>0</width> |
| 426 | + <height>0</height> |
| 427 | + </size> |
| 428 | + </property> |
| 429 | + <property name="maximumSize"> |
| 430 | + <size> |
| 431 | + <width>0</width> |
| 432 | + <height>16777215</height> |
| 433 | + </size> |
| 434 | + </property> |
| 435 | + <property name="toolTip"> |
| 436 | + <string>Add the contributed repository to the list</string> |
| 437 | + </property> |
| 438 | + <property name="whatsThis"> |
| 439 | + <string>Add the contributed repository to the list</string> |
| 440 | + </property> |
| 441 | + <property name="text"> |
| 442 | + <string>Add the contributed repository</string> |
| 443 | + </property> |
| 444 | + </widget> |
| 445 | + </item> |
| 446 | + <item row="1" column="4"> |
| 447 | + <widget class="QPushButton" name="buttonDeleteDepreciatedRepos"> |
| 448 | + <property name="sizePolicy"> |
| 449 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 450 | + <horstretch>0</horstretch> |
| 451 | + <verstretch>0</verstretch> |
| 452 | + </sizepolicy> |
| 453 | + </property> |
| 454 | + <property name="maximumSize"> |
| 455 | + <size> |
| 456 | + <width>0</width> |
| 457 | + <height>16777215</height> |
| 458 | + </size> |
| 459 | + </property> |
| 460 | + <property name="toolTip"> |
| 461 | + <string>Remove depreciated repositories from the list</string> |
| 462 | + </property> |
| 463 | + <property name="whatsThis"> |
| 464 | + <string>Remove depreciated repositories from the list</string> |
| 465 | + </property> |
| 466 | + <property name="text"> |
| 467 | + <string>Delete depreciated repositories</string> |
| 468 | + </property> |
| 469 | + </widget> |
| 470 | + </item> |
415 | 471 | </layout>
|
416 | 472 | </widget>
|
417 | 473 | <widget class="QWidget" name="tab_3">
|
@@ -617,6 +673,8 @@ p, li { white-space: pre-wrap; }
|
617 | 673 | <tabstop>buttonHelp</tabstop>
|
618 | 674 | <tabstop>treeRepositories</tabstop>
|
619 | 675 | <tabstop>buttonFetchRepositories</tabstop>
|
| 676 | + <tabstop>buttonAddContributedRepository</tabstop> |
| 677 | + <tabstop>buttonDeleteDepreciatedRepos</tabstop> |
620 | 678 | <tabstop>buttonAddRep</tabstop>
|
621 | 679 | <tabstop>buttonEditRep</tabstop>
|
622 | 680 | <tabstop>buttonDeleteRep</tabstop>
|
|
0 commit comments