|
| 1 | +<ui version="4.0" > |
| 2 | + <class>BeataDialogGui</class> |
| 3 | + <widget class="QDialog" name="BeataDialogGui" > |
| 4 | + <property name="geometry" > |
| 5 | + <rect> |
| 6 | + <x>0</x> |
| 7 | + <y>0</y> |
| 8 | + <width>623</width> |
| 9 | + <height>570</height> |
| 10 | + </rect> |
| 11 | + </property> |
| 12 | + <property name="windowTitle" > |
| 13 | + <string>BEtter Attribute TAble</string> |
| 14 | + </property> |
| 15 | + <layout class="QVBoxLayout" > |
| 16 | + <item> |
| 17 | + <widget class="BeataView" name="mView" /> |
| 18 | + </item> |
| 19 | + <item> |
| 20 | + <layout class="QHBoxLayout" > |
| 21 | + <item> |
| 22 | + <widget class="QPushButton" name="searchButton" > |
| 23 | + <property name="text" > |
| 24 | + <string>Search</string> |
| 25 | + </property> |
| 26 | + </widget> |
| 27 | + </item> |
| 28 | + <item> |
| 29 | + <widget class="QLabel" name="searchFor" > |
| 30 | + <property name="text" > |
| 31 | + <string>for</string> |
| 32 | + </property> |
| 33 | + </widget> |
| 34 | + </item> |
| 35 | + <item> |
| 36 | + <widget class="QLineEdit" name="query" /> |
| 37 | + </item> |
| 38 | + <item> |
| 39 | + <widget class="QLabel" name="searchIn" > |
| 40 | + <property name="text" > |
| 41 | + <string>in</string> |
| 42 | + </property> |
| 43 | + </widget> |
| 44 | + </item> |
| 45 | + <item> |
| 46 | + <widget class="QComboBox" name="columnBox" /> |
| 47 | + </item> |
| 48 | + <item> |
| 49 | + <widget class="Line" name="line" > |
| 50 | + <property name="orientation" > |
| 51 | + <enum>Qt::Vertical</enum> |
| 52 | + </property> |
| 53 | + </widget> |
| 54 | + </item> |
| 55 | + <item> |
| 56 | + <widget class="QComboBox" name="showBox" /> |
| 57 | + </item> |
| 58 | + <item> |
| 59 | + <widget class="Line" name="line_2" > |
| 60 | + <property name="orientation" > |
| 61 | + <enum>Qt::Vertical</enum> |
| 62 | + </property> |
| 63 | + </widget> |
| 64 | + </item> |
| 65 | + <item> |
| 66 | + <widget class="QPushButton" name="actionsButton" > |
| 67 | + <property name="text" > |
| 68 | + <string>Actions...</string> |
| 69 | + </property> |
| 70 | + </widget> |
| 71 | + </item> |
| 72 | + </layout> |
| 73 | + </item> |
| 74 | + </layout> |
| 75 | + </widget> |
| 76 | + <customwidgets> |
| 77 | + <customwidget> |
| 78 | + <class>BeataView</class> |
| 79 | + <extends>QTableView</extends> |
| 80 | + <header>BeataView.h</header> |
| 81 | + </customwidget> |
| 82 | + </customwidgets> |
| 83 | + <resources/> |
| 84 | + <connections/> |
| 85 | +</ui> |
0 commit comments