|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>400</width> |
10 | | - <height>300</height> |
| 9 | + <width>491</width> |
| 10 | + <height>295</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
14 | 14 | <string>Form</string> |
15 | 15 | </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 19 | + <item> |
| 20 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 21 | + <item> |
| 22 | + <widget class="QLabel" name="label"> |
| 23 | + <property name="text"> |
| 24 | + <string>Local:</string> |
| 25 | + </property> |
| 26 | + </widget> |
| 27 | + </item> |
| 28 | + <item> |
| 29 | + <widget class="QComboBox" name="cbLocal"> |
| 30 | + <property name="sizePolicy"> |
| 31 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 32 | + <horstretch>0</horstretch> |
| 33 | + <verstretch>0</verstretch> |
| 34 | + </sizepolicy> |
| 35 | + </property> |
| 36 | + <property name="editable"> |
| 37 | + <bool>true</bool> |
| 38 | + </property> |
| 39 | + </widget> |
| 40 | + </item> |
| 41 | + </layout> |
| 42 | + </item> |
| 43 | + <item> |
| 44 | + <widget class="QTreeView" name="tvLocal"> |
| 45 | + <property name="sizePolicy"> |
| 46 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 47 | + <horstretch>0</horstretch> |
| 48 | + <verstretch>0</verstretch> |
| 49 | + </sizepolicy> |
| 50 | + </property> |
| 51 | + </widget> |
| 52 | + </item> |
| 53 | + <item> |
| 54 | + <widget class="QTableView" name="tabLocal"/> |
| 55 | + </item> |
| 56 | + </layout> |
| 57 | + </item> |
| 58 | + <item row="0" column="1"> |
| 59 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 60 | + <item> |
| 61 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 62 | + <item> |
| 63 | + <widget class="QLabel" name="label_2"> |
| 64 | + <property name="text"> |
| 65 | + <string>Remote:</string> |
| 66 | + </property> |
| 67 | + </widget> |
| 68 | + </item> |
| 69 | + <item> |
| 70 | + <widget class="QComboBox" name="cbRemote"> |
| 71 | + <property name="sizePolicy"> |
| 72 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 73 | + <horstretch>0</horstretch> |
| 74 | + <verstretch>0</verstretch> |
| 75 | + </sizepolicy> |
| 76 | + </property> |
| 77 | + <property name="editable"> |
| 78 | + <bool>true</bool> |
| 79 | + </property> |
| 80 | + </widget> |
| 81 | + </item> |
| 82 | + </layout> |
| 83 | + </item> |
| 84 | + <item> |
| 85 | + <widget class="QTreeView" name="tvRemote"/> |
| 86 | + </item> |
| 87 | + <item> |
| 88 | + <widget class="QTableWidget" name="tabRemote"/> |
| 89 | + </item> |
| 90 | + </layout> |
| 91 | + </item> |
| 92 | + <item row="1" column="0" colspan="2"> |
| 93 | + <widget class="QTabWidget" name="tabWidget"> |
| 94 | + <property name="tabPosition"> |
| 95 | + <enum>QTabWidget::TabPosition::South</enum> |
| 96 | + </property> |
| 97 | + <property name="currentIndex"> |
| 98 | + <number>1</number> |
| 99 | + </property> |
| 100 | + <widget class="QWidget" name="tab"> |
| 101 | + <attribute name="title"> |
| 102 | + <string>Tab 1</string> |
| 103 | + </attribute> |
| 104 | + </widget> |
| 105 | + <widget class="QWidget" name="tab_2"> |
| 106 | + <attribute name="title"> |
| 107 | + <string>Tab 2</string> |
| 108 | + </attribute> |
| 109 | + </widget> |
| 110 | + </widget> |
| 111 | + </item> |
| 112 | + </layout> |
16 | 113 | </widget> |
17 | 114 | <resources/> |
18 | 115 | <connections/> |
|
0 commit comments