Files
pokerth/src/gui/qt/selectavatardialog.ui
T
2007-08-29 21:53:08 +00:00

201 lines
4.5 KiB
XML

<ui version="4.0" >
<class>selectAvatarDialog</class>
<widget class="QDialog" name="selectAvatarDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>548</width>
<height>408</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>548</width>
<height>408</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>548</width>
<height>408</height>
</size>
</property>
<property name="windowTitle" >
<string>Please select an avatar</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="geometry" >
<rect>
<x>9</x>
<y>371</y>
<width>530</width>
<height>28</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QGroupBox" name="groupBox" >
<property name="geometry" >
<rect>
<x>9</x>
<y>9</y>
<width>530</width>
<height>284</height>
</rect>
</property>
<property name="title" >
<string>Select an avatar</string>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>true</bool>
</property>
<widget class="QListWidget" name="listWidget" >
<property name="geometry" >
<rect>
<x>11</x>
<y>29</y>
<width>508</width>
<height>244</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2" >
<property name="geometry" >
<rect>
<x>9</x>
<y>299</y>
<width>530</width>
<height>66</height>
</rect>
</property>
<property name="title" >
<string>Load avatar from external file</string>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>false</bool>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>2</number>
</property>
<item row="0" column="1" >
<widget class="QPushButton" name="pushButton_OpenAvatarFile" >
<property name="minimumSize" >
<size>
<width>27</width>
<height>26</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>27</width>
<height>26</height>
</size>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLineEdit" name="lineEdit" />
</item>
</layout>
</widget>
</widget>
<tabstops>
<tabstop>listWidget</tabstop>
<tabstop>lineEdit</tabstop>
<tabstop>pushButton_OpenAvatarFile</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>selectAvatarDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>316</x>
<y>396</y>
</hint>
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>groupBox</sender>
<signal>toggled(bool)</signal>
<receiver>listWidget</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>47</x>
<y>15</y>
</hint>
<hint type="destinationlabel" >
<x>273</x>
<y>159</y>
</hint>
</hints>
</connection>
<connection>
<sender>groupBox_2</sender>
<signal>toggled(bool)</signal>
<receiver>lineEdit</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>42</x>
<y>308</y>
</hint>
<hint type="destinationlabel" >
<x>257</x>
<y>340</y>
</hint>
</hints>
</connection>
<connection>
<sender>groupBox_2</sender>
<signal>toggled(bool)</signal>
<receiver>pushButton_OpenAvatarFile</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel" >
<x>273</x>
<y>331</y>
</hint>
<hint type="destinationlabel" >
<x>514</x>
<y>340</y>
</hint>
</hints>
</connection>
</connections>
</ui>