Robert Bieber | 2e320f6 | 2010-06-15 06:54:58 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>ConfigDocument</class> |
| 4 | <widget class="QWidget" name="ConfigDocument"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>422</width> |
| 10 | <height>299</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>Form</string> |
| 15 | </property> |
| 16 | <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 | <item> |
Robert Bieber | 4b457d6 | 2010-07-14 07:38:09 +0000 | [diff] [blame] | 18 | <widget class="QSplitter" name="splitter"> |
| 19 | <property name="orientation"> |
| 20 | <enum>Qt::Vertical</enum> |
Robert Bieber | 2e320f6 | 2010-06-15 06:54:58 +0000 | [diff] [blame] | 21 | </property> |
Robert Bieber | 4b457d6 | 2010-07-14 07:38:09 +0000 | [diff] [blame] | 22 | <widget class="QScrollArea" name="scrollArea"> |
| 23 | <property name="widgetResizable"> |
| 24 | <bool>true</bool> |
Robert Bieber | 2e320f6 | 2010-06-15 06:54:58 +0000 | [diff] [blame] | 25 | </property> |
Robert Bieber | 4b457d6 | 2010-07-14 07:38:09 +0000 | [diff] [blame] | 26 | <widget class="QWidget" name="scrollAreaWidgetContents"> |
| 27 | <property name="geometry"> |
| 28 | <rect> |
| 29 | <x>0</x> |
| 30 | <y>0</y> |
| 31 | <width>402</width> |
| 32 | <height>244</height> |
| 33 | </rect> |
| 34 | </property> |
| 35 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
| 36 | <item> |
| 37 | <layout class="QVBoxLayout" name="configBoxes"/> |
| 38 | </item> |
| 39 | </layout> |
| 40 | </widget> |
Robert Bieber | 2e320f6 | 2010-06-15 06:54:58 +0000 | [diff] [blame] | 41 | </widget> |
| 42 | </widget> |
| 43 | </item> |
| 44 | <item> |
| 45 | <layout class="QHBoxLayout" name="horizontalLayout"> |
| 46 | <item> |
Robert Bieber | 4b457d6 | 2010-07-14 07:38:09 +0000 | [diff] [blame] | 47 | <widget class="QToolButton" name="textButton"> |
| 48 | <property name="text"> |
| 49 | <string/> |
| 50 | </property> |
| 51 | <property name="icon"> |
| 52 | <iconset resource="../resources.qrc"> |
| 53 | <normaloff>:/resources/resources/cursor.png</normaloff>:/resources/resources/cursor.png</iconset> |
| 54 | </property> |
| 55 | <property name="checkable"> |
| 56 | <bool>true</bool> |
| 57 | </property> |
| 58 | <property name="checked"> |
| 59 | <bool>true</bool> |
| 60 | </property> |
| 61 | <property name="autoExclusive"> |
| 62 | <bool>true</bool> |
| 63 | </property> |
| 64 | </widget> |
| 65 | </item> |
| 66 | <item> |
| 67 | <widget class="QToolButton" name="linesButton"> |
| 68 | <property name="text"> |
| 69 | <string/> |
| 70 | </property> |
| 71 | <property name="icon"> |
| 72 | <iconset resource="../resources.qrc"> |
| 73 | <normaloff>:/resources/resources/lines.png</normaloff>:/resources/resources/lines.png</iconset> |
| 74 | </property> |
| 75 | <property name="checkable"> |
| 76 | <bool>true</bool> |
| 77 | </property> |
| 78 | <property name="checked"> |
| 79 | <bool>false</bool> |
| 80 | </property> |
| 81 | <property name="autoExclusive"> |
| 82 | <bool>true</bool> |
| 83 | </property> |
| 84 | </widget> |
| 85 | </item> |
| 86 | <item> |
Robert Bieber | 2e320f6 | 2010-06-15 06:54:58 +0000 | [diff] [blame] | 87 | <spacer name="horizontalSpacer"> |
| 88 | <property name="orientation"> |
| 89 | <enum>Qt::Horizontal</enum> |
| 90 | </property> |
| 91 | <property name="sizeHint" stdset="0"> |
| 92 | <size> |
| 93 | <width>40</width> |
| 94 | <height>20</height> |
| 95 | </size> |
| 96 | </property> |
| 97 | </spacer> |
| 98 | </item> |
| 99 | <item> |
| 100 | <widget class="QPushButton" name="addKeyButton"> |
| 101 | <property name="sizePolicy"> |
| 102 | <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> |
| 103 | <horstretch>0</horstretch> |
| 104 | <verstretch>0</verstretch> |
| 105 | </sizepolicy> |
| 106 | </property> |
| 107 | <property name="maximumSize"> |
| 108 | <size> |
| 109 | <width>35</width> |
| 110 | <height>16777215</height> |
| 111 | </size> |
| 112 | </property> |
| 113 | <property name="text"> |
| 114 | <string>+</string> |
| 115 | </property> |
| 116 | </widget> |
| 117 | </item> |
| 118 | </layout> |
| 119 | </item> |
| 120 | </layout> |
| 121 | </widget> |
Robert Bieber | 4b457d6 | 2010-07-14 07:38:09 +0000 | [diff] [blame] | 122 | <resources> |
| 123 | <include location="../resources.qrc"/> |
| 124 | </resources> |
Robert Bieber | 2e320f6 | 2010-06-15 06:54:58 +0000 | [diff] [blame] | 125 | <connections/> |
| 126 | </ui> |