Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/persondialog.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>PersonDialog</class>
0004  <widget class="QDialog" name="PersonDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>302</width>
0010     <height>112</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QToolButton" name="m_selectCharaterAvatar">
0021        <property name="minimumSize">
0022         <size>
0023          <width>64</width>
0024          <height>64</height>
0025         </size>
0026        </property>
0027        <property name="sizeIncrement">
0028         <size>
0029          <width>64</width>
0030          <height>64</height>
0031         </size>
0032        </property>
0033        <property name="baseSize">
0034         <size>
0035          <width>64</width>
0036          <height>64</height>
0037         </size>
0038        </property>
0039        <property name="text">
0040         <string>Avatar…</string>
0041        </property>
0042        <property name="iconSize">
0043         <size>
0044          <width>64</width>
0045          <height>64</height>
0046         </size>
0047        </property>
0048       </widget>
0049      </item>
0050      <item>
0051       <layout class="QVBoxLayout" name="verticalLayout_2">
0052        <item>
0053         <widget class="QLabel" name="label_6">
0054          <property name="text">
0055           <string>Name:</string>
0056          </property>
0057         </widget>
0058        </item>
0059        <item>
0060         <widget class="QLabel" name="label_7">
0061          <property name="text">
0062           <string>Color:</string>
0063          </property>
0064         </widget>
0065        </item>
0066       </layout>
0067      </item>
0068      <item>
0069       <layout class="QVBoxLayout" name="verticalLayout">
0070        <item>
0071         <widget class="QLineEdit" name="m_characterName"/>
0072        </item>
0073        <item>
0074         <widget class="ColorButton" name="m_characterColor">
0075          <property name="text">
0076           <string/>
0077          </property>
0078         </widget>
0079        </item>
0080       </layout>
0081      </item>
0082     </layout>
0083    </item>
0084    <item>
0085     <widget class="QDialogButtonBox" name="buttonBox">
0086      <property name="orientation">
0087       <enum>Qt::Horizontal</enum>
0088      </property>
0089      <property name="standardButtons">
0090       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Reset</set>
0091      </property>
0092     </widget>
0093    </item>
0094   </layout>
0095  </widget>
0096  <customwidgets>
0097   <customwidget>
0098    <class>ColorButton</class>
0099    <extends>QPushButton</extends>
0100    <header>common_widgets/colorbutton.h</header>
0101   </customwidget>
0102  </customwidgets>
0103  <resources/>
0104  <connections>
0105   <connection>
0106    <sender>buttonBox</sender>
0107    <signal>accepted()</signal>
0108    <receiver>PersonDialog</receiver>
0109    <slot>accept()</slot>
0110    <hints>
0111     <hint type="sourcelabel">
0112      <x>248</x>
0113      <y>254</y>
0114     </hint>
0115     <hint type="destinationlabel">
0116      <x>157</x>
0117      <y>274</y>
0118     </hint>
0119    </hints>
0120   </connection>
0121   <connection>
0122    <sender>buttonBox</sender>
0123    <signal>rejected()</signal>
0124    <receiver>PersonDialog</receiver>
0125    <slot>reject()</slot>
0126    <hints>
0127     <hint type="sourcelabel">
0128      <x>316</x>
0129      <y>260</y>
0130     </hint>
0131     <hint type="destinationlabel">
0132      <x>286</x>
0133      <y>274</y>
0134     </hint>
0135    </hints>
0136   </connection>
0137  </connections>
0138 </ui>