223 lines
5.4 KiB
XML
223 lines
5.4 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>500</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>548</width>
|
|
<height>500</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize" >
|
|
<size>
|
|
<width>548</width>
|
|
<height>500</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Please select an avatar</string>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<item row="0" column="0" >
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
<property name="title" >
|
|
<string>Select an avatar</string>
|
|
</property>
|
|
<property name="checkable" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QGridLayout" >
|
|
<item row="0" column="0" >
|
|
<widget class="QComboBox" name="comboBox_avatarViewCategorie" >
|
|
<item>
|
|
<property name="text" >
|
|
<string>People</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text" >
|
|
<string>Miscellaneous</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QListWidget" name="listWidget" />
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0" >
|
|
<widget class="QGroupBox" name="groupBox_2" >
|
|
<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="leftMargin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="topMargin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="rightMargin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="bottomMargin" >
|
|
<number>9</number>
|
|
</property>
|
|
<property name="horizontalSpacing" >
|
|
<number>2</number>
|
|
</property>
|
|
<property name="verticalSpacing" >
|
|
<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>
|
|
</item>
|
|
<item row="2" column="0" >
|
|
<widget class="QDialogButtonBox" name="buttonBox" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons" >
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>groupBox</tabstop>
|
|
<tabstop>comboBox_avatarViewCategorie</tabstop>
|
|
<tabstop>listWidget</tabstop>
|
|
<tabstop>groupBox_2</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>488</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>395</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>268</x>
|
|
<y>439</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>418</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>527</x>
|
|
<y>440</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>groupBox</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>comboBox_avatarViewCategorie</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>80</x>
|
|
<y>16</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>87</x>
|
|
<y>38</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|