|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>PluginMainWindow</class> |
| 4 | + <widget class="QMainWindow" name="PluginMainWindow"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>800</width> |
| 10 | + <height>600</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>QtPlugin</string> |
| 15 | + </property> |
| 16 | + <property name="windowIcon"> |
| 17 | + <iconset resource="resource.qrc"> |
| 18 | + <normaloff>:/icons/images/icon.png</normaloff>:/icons/images/icon.png</iconset> |
| 19 | + </property> |
| 20 | + <widget class="QWidget" name="centralwidget"> |
| 21 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 22 | + <item> |
| 23 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 24 | + <item> |
| 25 | + <widget class="QPlainTextEdit" name="editText"> |
| 26 | + <property name="font"> |
| 27 | + <font> |
| 28 | + <family>Lucida Console</family> |
| 29 | + <pointsize>9</pointsize> |
| 30 | + </font> |
| 31 | + </property> |
| 32 | + <property name="plainText"> |
| 33 | + <string></string> |
| 34 | + </property> |
| 35 | + </widget> |
| 36 | + </item> |
| 37 | + <item> |
| 38 | + <widget class="QPushButton" name="buttonClear"> |
| 39 | + <property name="text"> |
| 40 | + <string>Clear</string> |
| 41 | + </property> |
| 42 | + </widget> |
| 43 | + </item> |
| 44 | + </layout> |
| 45 | + </item> |
| 46 | + </layout> |
| 47 | + </widget> |
| 48 | + <widget class="QMenuBar" name="menubar"> |
| 49 | + <property name="geometry"> |
| 50 | + <rect> |
| 51 | + <x>0</x> |
| 52 | + <y>0</y> |
| 53 | + <width>800</width> |
| 54 | + <height>21</height> |
| 55 | + </rect> |
| 56 | + </property> |
| 57 | + <widget class="QMenu" name="menuQtPlugin"> |
| 58 | + <property name="title"> |
| 59 | + <string>QtPlugin</string> |
| 60 | + </property> |
| 61 | + <addaction name="actionClearText"/> |
| 62 | + </widget> |
| 63 | + <addaction name="menuQtPlugin"/> |
| 64 | + </widget> |
| 65 | + <action name="actionClearText"> |
| 66 | + <property name="text"> |
| 67 | + <string>&Clear Text</string> |
| 68 | + </property> |
| 69 | + <property name="toolTip"> |
| 70 | + <string>Clear Text</string> |
| 71 | + </property> |
| 72 | + </action> |
| 73 | + </widget> |
| 74 | + <resources> |
| 75 | + <include location="resource.qrc"/> |
| 76 | + </resources> |
| 77 | + <connections> |
| 78 | + <connection> |
| 79 | + <sender>actionClearText</sender> |
| 80 | + <signal>triggered()</signal> |
| 81 | + <receiver>buttonClear</receiver> |
| 82 | + <slot>click()</slot> |
| 83 | + <hints> |
| 84 | + <hint type="sourcelabel"> |
| 85 | + <x>-1</x> |
| 86 | + <y>-1</y> |
| 87 | + </hint> |
| 88 | + <hint type="destinationlabel"> |
| 89 | + <x>399</x> |
| 90 | + <y>558</y> |
| 91 | + </hint> |
| 92 | + </hints> |
| 93 | + </connection> |
| 94 | + <connection> |
| 95 | + <sender>buttonClear</sender> |
| 96 | + <signal>clicked()</signal> |
| 97 | + <receiver>editText</receiver> |
| 98 | + <slot>clear()</slot> |
| 99 | + <hints> |
| 100 | + <hint type="sourcelabel"> |
| 101 | + <x>399</x> |
| 102 | + <y>558</y> |
| 103 | + </hint> |
| 104 | + <hint type="destinationlabel"> |
| 105 | + <x>399</x> |
| 106 | + <y>285</y> |
| 107 | + </hint> |
| 108 | + </hints> |
| 109 | + </connection> |
| 110 | + </connections> |
| 111 | +</ui> |
0 commit comments