--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.ui Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,132 @@ +<ui version="4.0" > + <class>FontDialogWizardDialog</class> + <widget class="QDialog" name="FontDialogWizardDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>377</width> + <height>118</height> + </rect> + </property> + <property name="windowTitle" > + <string>QFontDialog Wizard</string> + </property> + <property name="sizeGripEnabled" > + <bool>true</bool> + </property> + <layout class="QVBoxLayout" > + <item> + <layout class="QHBoxLayout" > + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>30</width> + <height>0</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="fontButton" > + <property name="toolTip" > + <string>Press to select a font via a dialog</string> + </property> + <property name="text" > + <string>Select Font ...</string> + </property> + </widget> + </item> + <item> + <spacer> + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType" > + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0" > + <size> + <width>30</width> + <height>0</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + <item> + <widget class="QLabel" name="TextLabel1" > + <property name="text" > + <string>Variable</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="eVariable" > + <property name="toolTip" > + <string>Enter a variable name</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons" > + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <layoutdefault spacing="6" margin="11" /> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <tabstops> + <tabstop>fontButton</tabstop> + <tabstop>eVariable</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>FontDialogWizardDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel" > + <x>20</x> + <y>97</y> + </hint> + <hint type="destinationlabel" > + <x>20</x> + <y>120</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>FontDialogWizardDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>76</x> + <y>100</y> + </hint> + <hint type="destinationlabel" > + <x>76</x> + <y>119</y> + </hint> + </hints> + </connection> + </connections> +</ui>