| 1 | <ui version="4.0" >
|
|---|
| 2 | <class>FavoriteEditor</class>
|
|---|
| 3 | <widget class="QDialog" name="FavoriteEditor" >
|
|---|
| 4 | <property name="geometry" >
|
|---|
| 5 | <rect>
|
|---|
| 6 | <x>0</x>
|
|---|
| 7 | <y>0</y>
|
|---|
| 8 | <width>562</width>
|
|---|
| 9 | <height>504</height>
|
|---|
| 10 | </rect>
|
|---|
| 11 | </property>
|
|---|
| 12 | <layout class="QVBoxLayout" >
|
|---|
| 13 | <item>
|
|---|
| 14 | <layout class="QHBoxLayout" >
|
|---|
| 15 | <item>
|
|---|
| 16 | <widget class="QLabel" name="dialog_icon" >
|
|---|
| 17 | <property name="text" >
|
|---|
| 18 | <string>icon</string>
|
|---|
| 19 | </property>
|
|---|
| 20 | <property name="alignment" >
|
|---|
| 21 | <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|---|
| 22 | </property>
|
|---|
| 23 | </widget>
|
|---|
| 24 | </item>
|
|---|
| 25 | <item>
|
|---|
| 26 | <widget class="QLabel" name="title_label" >
|
|---|
| 27 | <property name="sizePolicy" >
|
|---|
| 28 | <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
|
|---|
| 29 | <horstretch>0</horstretch>
|
|---|
| 30 | <verstretch>0</verstretch>
|
|---|
| 31 | </sizepolicy>
|
|---|
| 32 | </property>
|
|---|
| 33 | <property name="text" >
|
|---|
| 34 | <string>Favorite list</string>
|
|---|
| 35 | </property>
|
|---|
| 36 | <property name="wordWrap" >
|
|---|
| 37 | <bool>true</bool>
|
|---|
| 38 | </property>
|
|---|
| 39 | </widget>
|
|---|
| 40 | </item>
|
|---|
| 41 | </layout>
|
|---|
| 42 | </item>
|
|---|
| 43 | <item>
|
|---|
| 44 | <widget class="QTableWidget" name="table" />
|
|---|
| 45 | </item>
|
|---|
| 46 | <item>
|
|---|
| 47 | <layout class="QGridLayout" >
|
|---|
| 48 | <item row="0" column="0" >
|
|---|
| 49 | <widget class="QPushButton" name="add_button" >
|
|---|
| 50 | <property name="text" >
|
|---|
| 51 | <string>&New item</string>
|
|---|
| 52 | </property>
|
|---|
| 53 | </widget>
|
|---|
| 54 | </item>
|
|---|
| 55 | <item row="0" column="1" >
|
|---|
| 56 | <spacer>
|
|---|
| 57 | <property name="orientation" >
|
|---|
| 58 | <enum>Qt::Horizontal</enum>
|
|---|
| 59 | </property>
|
|---|
| 60 | <property name="sizeHint" >
|
|---|
| 61 | <size>
|
|---|
| 62 | <width>171</width>
|
|---|
| 63 | <height>31</height>
|
|---|
| 64 | </size>
|
|---|
| 65 | </property>
|
|---|
| 66 | </spacer>
|
|---|
| 67 | </item>
|
|---|
| 68 | <item row="0" column="2" >
|
|---|
| 69 | <widget class="QPushButton" name="delete_button" >
|
|---|
| 70 | <property name="text" >
|
|---|
| 71 | <string>D&elete</string>
|
|---|
| 72 | </property>
|
|---|
| 73 | </widget>
|
|---|
| 74 | </item>
|
|---|
| 75 | <item row="0" column="4" >
|
|---|
| 76 | <widget class="QPushButton" name="up_button" >
|
|---|
| 77 | <property name="text" >
|
|---|
| 78 | <string>&Up</string>
|
|---|
| 79 | </property>
|
|---|
| 80 | </widget>
|
|---|
| 81 | </item>
|
|---|
| 82 | <item row="1" column="0" >
|
|---|
| 83 | <widget class="QPushButton" name="add_submenu_button" >
|
|---|
| 84 | <property name="text" >
|
|---|
| 85 | <string>New &submenu</string>
|
|---|
| 86 | </property>
|
|---|
| 87 | </widget>
|
|---|
| 88 | </item>
|
|---|
| 89 | <item row="1" column="1" >
|
|---|
| 90 | <spacer>
|
|---|
| 91 | <property name="orientation" >
|
|---|
| 92 | <enum>Qt::Horizontal</enum>
|
|---|
| 93 | </property>
|
|---|
| 94 | <property name="sizeHint" >
|
|---|
| 95 | <size>
|
|---|
| 96 | <width>171</width>
|
|---|
| 97 | <height>31</height>
|
|---|
| 98 | </size>
|
|---|
| 99 | </property>
|
|---|
| 100 | </spacer>
|
|---|
| 101 | </item>
|
|---|
| 102 | <item row="1" column="2" >
|
|---|
| 103 | <widget class="QPushButton" name="delete_all_button" >
|
|---|
| 104 | <property name="text" >
|
|---|
| 105 | <string>Delete &all</string>
|
|---|
| 106 | </property>
|
|---|
| 107 | </widget>
|
|---|
| 108 | </item>
|
|---|
| 109 | <item row="1" column="4" >
|
|---|
| 110 | <widget class="QPushButton" name="down_button" >
|
|---|
| 111 | <property name="text" >
|
|---|
| 112 | <string>&Down</string>
|
|---|
| 113 | </property>
|
|---|
| 114 | </widget>
|
|---|
| 115 | </item>
|
|---|
| 116 | <item row="0" column="3" >
|
|---|
| 117 | <spacer>
|
|---|
| 118 | <property name="orientation" >
|
|---|
| 119 | <enum>Qt::Horizontal</enum>
|
|---|
| 120 | </property>
|
|---|
| 121 | <property name="sizeType" >
|
|---|
| 122 | <enum>QSizePolicy::Fixed</enum>
|
|---|
| 123 | </property>
|
|---|
| 124 | <property name="sizeHint" >
|
|---|
| 125 | <size>
|
|---|
| 126 | <width>40</width>
|
|---|
| 127 | <height>20</height>
|
|---|
| 128 | </size>
|
|---|
| 129 | </property>
|
|---|
| 130 | </spacer>
|
|---|
| 131 | </item>
|
|---|
| 132 | <item row="1" column="3" >
|
|---|
| 133 | <spacer>
|
|---|
| 134 | <property name="orientation" >
|
|---|
| 135 | <enum>Qt::Horizontal</enum>
|
|---|
| 136 | </property>
|
|---|
| 137 | <property name="sizeType" >
|
|---|
| 138 | <enum>QSizePolicy::Fixed</enum>
|
|---|
| 139 | </property>
|
|---|
| 140 | <property name="sizeHint" >
|
|---|
| 141 | <size>
|
|---|
| 142 | <width>40</width>
|
|---|
| 143 | <height>20</height>
|
|---|
| 144 | </size>
|
|---|
| 145 | </property>
|
|---|
| 146 | </spacer>
|
|---|
| 147 | </item>
|
|---|
| 148 | </layout>
|
|---|
| 149 | </item>
|
|---|
| 150 | <item>
|
|---|
| 151 | <widget class="Line" name="line" >
|
|---|
| 152 | <property name="orientation" >
|
|---|
| 153 | <enum>Qt::Horizontal</enum>
|
|---|
| 154 | </property>
|
|---|
| 155 | </widget>
|
|---|
| 156 | </item>
|
|---|
| 157 | <item>
|
|---|
| 158 | <widget class="QDialogButtonBox" name="buttonBox" >
|
|---|
| 159 | <property name="orientation" >
|
|---|
| 160 | <enum>Qt::Horizontal</enum>
|
|---|
| 161 | </property>
|
|---|
| 162 | <property name="standardButtons" >
|
|---|
| 163 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
|---|
| 164 | </property>
|
|---|
| 165 | </widget>
|
|---|
| 166 | </item>
|
|---|
| 167 | </layout>
|
|---|
| 168 | </widget>
|
|---|
| 169 | <tabstops>
|
|---|
| 170 | <tabstop>table</tabstop>
|
|---|
| 171 | <tabstop>add_button</tabstop>
|
|---|
| 172 | <tabstop>delete_button</tabstop>
|
|---|
| 173 | <tabstop>delete_all_button</tabstop>
|
|---|
| 174 | <tabstop>up_button</tabstop>
|
|---|
| 175 | <tabstop>down_button</tabstop>
|
|---|
| 176 | <tabstop>buttonBox</tabstop>
|
|---|
| 177 | </tabstops>
|
|---|
| 178 | <resources/>
|
|---|
| 179 | <connections>
|
|---|
| 180 | <connection>
|
|---|
| 181 | <sender>buttonBox</sender>
|
|---|
| 182 | <signal>accepted()</signal>
|
|---|
| 183 | <receiver>FavoriteEditor</receiver>
|
|---|
| 184 | <slot>accept()</slot>
|
|---|
| 185 | <hints>
|
|---|
| 186 | <hint type="sourcelabel" >
|
|---|
| 187 | <x>248</x>
|
|---|
| 188 | <y>254</y>
|
|---|
| 189 | </hint>
|
|---|
| 190 | <hint type="destinationlabel" >
|
|---|
| 191 | <x>157</x>
|
|---|
| 192 | <y>274</y>
|
|---|
| 193 | </hint>
|
|---|
| 194 | </hints>
|
|---|
| 195 | </connection>
|
|---|
| 196 | <connection>
|
|---|
| 197 | <sender>buttonBox</sender>
|
|---|
| 198 | <signal>rejected()</signal>
|
|---|
| 199 | <receiver>FavoriteEditor</receiver>
|
|---|
| 200 | <slot>reject()</slot>
|
|---|
| 201 | <hints>
|
|---|
| 202 | <hint type="sourcelabel" >
|
|---|
| 203 | <x>316</x>
|
|---|
| 204 | <y>260</y>
|
|---|
| 205 | </hint>
|
|---|
| 206 | <hint type="destinationlabel" >
|
|---|
| 207 | <x>286</x>
|
|---|
| 208 | <y>274</y>
|
|---|
| 209 | </hint>
|
|---|
| 210 | </hints>
|
|---|
| 211 | </connection>
|
|---|
| 212 | </connections>
|
|---|
| 213 | </ui>
|
|---|