QxtGlobalShortcut/examples/displaysettings/displaysettingsdialog.ui
2009-03-03 22:20:42 +02:00

194 lines
5.1 KiB
XML

<ui version="4.0" >
<class>DisplaySettingsDialog</class>
<widget class="QDialog" name="DisplaySettingsDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<height>392</height>
</rect>
</property>
<property name="windowTitle" >
<string>Display Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<widget class="QxtLetterBoxWidget" name="letterBoxWidget" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>320</width>
<height>200</height>
</size>
</property>
<property name="frameShape" >
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow" >
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="labelBox" >
<property name="geometry" >
<rect>
<x>80</x>
<y>40</y>
<width>161</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet" >
<string notr="true" >background: salmon; border: 2px solid blue</string>
</property>
<property name="textFormat" >
<enum>Qt::PlainText</enum>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout" >
<property name="fieldGrowthPolicy" >
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="1" column="0" >
<widget class="QLabel" name="labelReso" >
<property name="text" >
<string>&amp;Resolution</string>
</property>
<property name="buddy" >
<cstring>comboBoxReso</cstring>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="comboBoxReso" />
</item>
<item row="2" column="0" >
<widget class="QLabel" name="labelRate" >
<property name="text" >
<string>Re&amp;fresh Rate</string>
</property>
<property name="buddy" >
<cstring>comboBoxRate</cstring>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QComboBox" name="comboBoxRate" />
</item>
<item row="0" column="0" >
<widget class="QLabel" name="labelScreen" >
<property name="text" >
<string>&amp;Screen</string>
</property>
<property name="buddy" >
<cstring>comboBoxScreen</cstring>
</property>
</widget>
</item>
<item row="0" column="1" >
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QComboBox" name="comboBoxScreen" />
</item>
<item>
<widget class="QToolButton" name="refreshButton" >
<property name="text" >
<string>Refresh</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="3" column="1" >
<widget class="QComboBox" name="comboBoxDepth" />
</item>
<item row="3" column="0" >
<widget class="QLabel" name="labelDepth" >
<property name="text" >
<string>&amp;Depth</string>
</property>
<property name="buddy" >
<cstring>comboBoxDepth</cstring>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Apply|QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
<zorder>buttonBox</zorder>
<zorder>letterBoxWidget</zorder>
<zorder></zorder>
</widget>
<customwidgets>
<customwidget>
<class>QxtLetterBoxWidget</class>
<extends>QFrame</extends>
<header>QxtLetterBoxWidget</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>comboBoxScreen</tabstop>
<tabstop>comboBoxReso</tabstop>
<tabstop>comboBoxRate</tabstop>
<tabstop>comboBoxDepth</tabstop>
<tabstop>refreshButton</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>DisplaySettingsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>DisplaySettingsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>