|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>342</width> |
| 9 | + <width>328</width> |
10 | 10 | <height>81</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | | - <property name="windowTitle"> |
14 | | - <string>Form</string> |
15 | | - </property> |
16 | 13 | <layout class="QGridLayout" name="gridLayout"> |
17 | | - <item row="0" column="0" colspan="2"> |
18 | | - <layout class="QHBoxLayout" name="horizontalLayout"> |
19 | | - <item> |
20 | | - <widget class="QLabel" name="label_3"> |
21 | | - <property name="sizePolicy"> |
22 | | - <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
23 | | - <horstretch>0</horstretch> |
24 | | - <verstretch>0</verstretch> |
25 | | - </sizepolicy> |
26 | | - </property> |
27 | | - <property name="text"> |
28 | | - <string>Git Remote</string> |
29 | | - </property> |
30 | | - <property name="alignment"> |
31 | | - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
32 | | - </property> |
33 | | - </widget> |
34 | | - </item> |
35 | | - <item> |
36 | | - <widget class="QComboBox" name="txtRemotes"> |
37 | | - <property name="toolTip"> |
38 | | - <string><p>Select the Git Remote, you like to edit.<br/></p> |
| 14 | + <item row="0" column="0"> |
| 15 | + <widget class="QLabel" name="label_3"> |
| 16 | + <property name="sizePolicy"> |
| 17 | + <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
| 18 | + <horstretch>0</horstretch> |
| 19 | + <verstretch>0</verstretch> |
| 20 | + </sizepolicy> |
| 21 | + </property> |
| 22 | + <property name="text"> |
| 23 | + <string>Git Remote</string> |
| 24 | + </property> |
| 25 | + <property name="alignment"> |
| 26 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 27 | + </property> |
| 28 | + </widget> |
| 29 | + </item> |
| 30 | + <item row="0" column="1"> |
| 31 | + <widget class="QComboBox" name="txtRemotes"> |
| 32 | + <property name="toolTip"> |
| 33 | + <string><p>Select the Git Remote, you like to edit.<br/></p> |
39 | 34 | <p>Tip: Double-Click to rename a selected Remote.</b> |
40 | 35 | </string> |
41 | | - </property> |
42 | | - </widget> |
43 | | - </item> |
44 | | - <item> |
45 | | - <widget class="QToolButton" name="btnAddRemote"> |
46 | | - <property name="toolTip"> |
47 | | - <string>Add a new Remote.</string> |
48 | | - </property> |
49 | | - <property name="text"> |
50 | | - <string>+</string> |
51 | | - </property> |
52 | | - </widget> |
53 | | - </item> |
54 | | - <item> |
55 | | - <widget class="QToolButton" name="btnDeleteRemote"> |
56 | | - <property name="enabled"> |
57 | | - <bool>false</bool> |
58 | | - </property> |
59 | | - <property name="toolTip"> |
60 | | - <string>Delete this Remote.</string> |
61 | | - </property> |
62 | | - <property name="text"> |
63 | | - <string>-</string> |
64 | | - </property> |
65 | | - </widget> |
66 | | - </item> |
67 | | - </layout> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
| 39 | + <item row="0" column="2"> |
| 40 | + <widget class="QToolButton" name="btnAddRemote"> |
| 41 | + <property name="toolTip"> |
| 42 | + <string>Add a new Remote.</string> |
| 43 | + </property> |
| 44 | + <property name="text"> |
| 45 | + <string>+</string> |
| 46 | + </property> |
| 47 | + </widget> |
68 | 48 | </item> |
69 | | - <item row="1" column="0" colspan="2"> |
70 | | - <widget class="Line" name="line"> |
71 | | - <property name="orientation"> |
72 | | - <enum>Qt::Horizontal</enum> |
| 49 | + <item row="0" column="3"> |
| 50 | + <widget class="QToolButton" name="btnDeleteRemote"> |
| 51 | + <property name="enabled"> |
| 52 | + <bool>false</bool> |
| 53 | + </property> |
| 54 | + <property name="toolTip"> |
| 55 | + <string>Delete this Remote.</string> |
| 56 | + </property> |
| 57 | + <property name="text"> |
| 58 | + <string>-</string> |
73 | 59 | </property> |
74 | 60 | </widget> |
75 | 61 | </item> |
76 | | - <item row="2" column="0"> |
| 62 | + <item row="1" column="0" alignment="Qt::AlignRight"> |
77 | 63 | <widget class="QLabel" name="label_2"> |
78 | 64 | <property name="sizePolicy"> |
79 | 65 | <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> |
|
92 | 78 | </property> |
93 | 79 | </widget> |
94 | 80 | </item> |
95 | | - <item row="2" column="1"> |
| 81 | + <item row="1" column="1" colspan="3"> |
96 | 82 | <widget class="LineEdit" name="txtUrl"> |
97 | 83 | <property name="mandatory" stdset="0"> |
98 | 84 | <bool>true</bool> |
|
0 commit comments