aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/xmlConsoleDialog.ui
diff options
context:
space:
mode:
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 13:53:43 +0200
committerNiels Ole Salscheider <niels_ole@salscheider-online.de>2017-09-04 20:16:31 +0200
commit638deefa227d89d4d4d803c2f0f66e2ca7bc3777 (patch)
tree8166eae1385e641ace1905b1e68f5b60a79fb297 /examples/GuiClient/xmlConsoleDialog.ui
parent2a42d04764c8539822b077d8261088bfcaec7fb7 (diff)
downloadqxmpp-638deefa227d89d4d4d803c2f0f66e2ca7bc3777.tar.gz
Remove example_4 and GuiClient
The build was disabled for some time. There is still git if we want to bring them back.
Diffstat (limited to 'examples/GuiClient/xmlConsoleDialog.ui')
-rw-r--r--examples/GuiClient/xmlConsoleDialog.ui139
1 files changed, 0 insertions, 139 deletions
diff --git a/examples/GuiClient/xmlConsoleDialog.ui b/examples/GuiClient/xmlConsoleDialog.ui
deleted file mode 100644
index 61a3a1e2..00000000
--- a/examples/GuiClient/xmlConsoleDialog.ui
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>xmlConsoleDialog</class>
- <widget class="QDialog" name="xmlConsoleDialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>569</width>
- <height>349</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <property name="windowIcon">
- <iconset resource="resources.qrc">
- <normaloff>:/icons/resource/icon.png</normaloff>:/icons/resource/icon.png</iconset>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="margin">
- <number>6</number>
- </property>
- <item>
- <widget class="QTextBrowser" name="textBrowser"/>
- </item>
- <item>
- <widget class="QLabel" name="label_legend">
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QCheckBox" name="checkBox_enable">
- <property name="text">
- <string>Enable</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_clear">
- <property name="text">
- <string>Clear</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel</set>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources>
- <include location="resources.qrc"/>
- </resources>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>xmlConsoleDialog</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>389</x>
- <y>289</y>
- </hint>
- <hint type="destinationlabel">
- <x>157</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>buttonBox</sender>
- <signal>rejected()</signal>
- <receiver>xmlConsoleDialog</receiver>
- <slot>reject()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>389</x>
- <y>289</y>
- </hint>
- <hint type="destinationlabel">
- <x>286</x>
- <y>274</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>pushButton_clear</sender>
- <signal>clicked()</signal>
- <receiver>textBrowser</receiver>
- <slot>clear()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>257</x>
- <y>283</y>
- </hint>
- <hint type="destinationlabel">
- <x>178</x>
- <y>202</y>
- </hint>
- </hints>
- </connection>
- </connections>
-</ui>