summaryrefslogtreecommitdiff
path: root/src/ui/msgdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/msgdialog.ui')
-rw-r--r--src/ui/msgdialog.ui86
1 files changed, 86 insertions, 0 deletions
diff --git a/src/ui/msgdialog.ui b/src/ui/msgdialog.ui
new file mode 100644
index 0000000..93ff1c4
--- /dev/null
+++ b/src/ui/msgdialog.ui
@@ -0,0 +1,86 @@
+<ui version="4.0" >
+ <class>msgDialog</class>
+ <widget class="QDialog" name="msgDialog" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>586</width>
+ <height>393</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>Messages Viewer</string>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" colspan="3" >
+ <widget class="QTextBrowser" name="msgBrowser" />
+ </item>
+ <item row="1" column="0" >
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="2" >
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" stdset="0" >
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="okButton" >
+ <property name="text" >
+ <string>OK</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <resources/>
+ <connections>
+ <connection>
+ <sender>okButton</sender>
+ <signal>clicked()</signal>
+ <receiver>msgDialog</receiver>
+ <slot>accept()</slot>
+ <hints>
+ <hint type="sourcelabel" >
+ <x>311</x>
+ <y>403</y>
+ </hint>
+ <hint type="destinationlabel" >
+ <x>396</x>
+ <y>403</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>