Warning, /rolisteam/rolisteam/src/binaries/rcse/dialog/columndefinitiondialog.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>ColumnDefinitionDialog</class>
0004  <widget class="QDialog" name="ColumnDefinitionDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>807</width>
0010     <height>663</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <layout class="QFormLayout" name="formLayout">
0021        <item row="0" column="0">
0022         <widget class="QLabel" name="label_3">
0023          <property name="text">
0024           <string>Line Count:</string>
0025          </property>
0026         </widget>
0027        </item>
0028        <item row="0" column="1">
0029         <widget class="QSpinBox" name="m_lineCountEdit"/>
0030        </item>
0031        <item row="1" column="0">
0032         <widget class="QLabel" name="label_2">
0033          <property name="text">
0034           <string>Column Count:</string>
0035          </property>
0036         </widget>
0037        </item>
0038        <item row="1" column="1">
0039         <widget class="QSpinBox" name="m_columnCountEdit"/>
0040        </item>
0041        <item row="2" column="0">
0042         <widget class="QLabel" name="label">
0043          <property name="text">
0044           <string>Control Position</string>
0045          </property>
0046         </widget>
0047        </item>
0048        <item row="2" column="1">
0049         <widget class="QComboBox" name="m_controlPositionCb">
0050          <item>
0051           <property name="text">
0052            <string>LeftTop</string>
0053           </property>
0054          </item>
0055          <item>
0056           <property name="text">
0057            <string>LeftBottom</string>
0058           </property>
0059          </item>
0060          <item>
0061           <property name="text">
0062            <string>TopLeft</string>
0063           </property>
0064          </item>
0065          <item>
0066           <property name="text">
0067            <string>TopRight</string>
0068           </property>
0069          </item>
0070          <item>
0071           <property name="text">
0072            <string>BottomLeft</string>
0073           </property>
0074          </item>
0075          <item>
0076           <property name="text">
0077            <string>BottomRight</string>
0078           </property>
0079          </item>
0080          <item>
0081           <property name="text">
0082            <string>RightTop</string>
0083           </property>
0084          </item>
0085          <item>
0086           <property name="text">
0087            <string>RightBottom</string>
0088           </property>
0089          </item>
0090         </widget>
0091        </item>
0092       </layout>
0093      </item>
0094      <item>
0095       <spacer name="horizontalSpacer">
0096        <property name="orientation">
0097         <enum>Qt::Horizontal</enum>
0098        </property>
0099        <property name="sizeHint" stdset="0">
0100         <size>
0101          <width>40</width>
0102          <height>20</height>
0103         </size>
0104        </property>
0105       </spacer>
0106      </item>
0107     </layout>
0108    </item>
0109    <item>
0110     <widget class="QLabel" name="label_4">
0111      <property name="text">
0112       <string>Column Definition:</string>
0113      </property>
0114     </widget>
0115    </item>
0116    <item>
0117     <widget class="FieldView" name="m_column2Field"/>
0118    </item>
0119    <item>
0120     <widget class="QDialogButtonBox" name="buttonBox">
0121      <property name="orientation">
0122       <enum>Qt::Horizontal</enum>
0123      </property>
0124      <property name="standardButtons">
0125       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0126      </property>
0127     </widget>
0128    </item>
0129   </layout>
0130  </widget>
0131  <customwidgets>
0132   <customwidget>
0133    <class>FieldView</class>
0134    <extends>QTreeView</extends>
0135    <header>widgets/fieldview.h</header>
0136   </customwidget>
0137  </customwidgets>
0138  <resources/>
0139  <connections>
0140   <connection>
0141    <sender>buttonBox</sender>
0142    <signal>accepted()</signal>
0143    <receiver>ColumnDefinitionDialog</receiver>
0144    <slot>accept()</slot>
0145    <hints>
0146     <hint type="sourcelabel">
0147      <x>248</x>
0148      <y>254</y>
0149     </hint>
0150     <hint type="destinationlabel">
0151      <x>157</x>
0152      <y>274</y>
0153     </hint>
0154    </hints>
0155   </connection>
0156   <connection>
0157    <sender>buttonBox</sender>
0158    <signal>rejected()</signal>
0159    <receiver>ColumnDefinitionDialog</receiver>
0160    <slot>reject()</slot>
0161    <hints>
0162     <hint type="sourcelabel">
0163      <x>316</x>
0164      <y>260</y>
0165     </hint>
0166     <hint type="destinationlabel">
0167      <x>286</x>
0168      <y>274</y>
0169     </hint>
0170    </hints>
0171   </connection>
0172  </connections>
0173 </ui>