diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-11 11:42:37 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-11 11:42:37 +0000 |
| commit | f4968ef3c88349414cc649a4f9e566dacb47b064 (patch) | |
| tree | 1885b204cdb867fcf26a89e4c23730a892dade1c /examples/GuiClient/xmlConsoleDialog.ui | |
| parent | 97865003f7e8b4983292852d857a2b3d79c90c9b (diff) | |
| download | qxmpp-f4968ef3c88349414cc649a4f9e566dacb47b064.tar.gz | |
eol style
Diffstat (limited to 'examples/GuiClient/xmlConsoleDialog.ui')
| -rw-r--r-- | examples/GuiClient/xmlConsoleDialog.ui | 278 |
1 files changed, 139 insertions, 139 deletions
diff --git a/examples/GuiClient/xmlConsoleDialog.ui b/examples/GuiClient/xmlConsoleDialog.ui index 5c56b028..61a3a1e2 100644 --- a/examples/GuiClient/xmlConsoleDialog.ui +++ b/examples/GuiClient/xmlConsoleDialog.ui @@ -1,139 +1,139 @@ -<?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>
+<?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> |
