Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/campaignproperties.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>CampaignProperties</class>
0004  <widget class="QDialog" name="CampaignProperties">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>866</width>
0010     <height>702</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_5">
0017    <item>
0018     <widget class="QTabWidget" name="m_tabwidget">
0019      <property name="currentIndex">
0020       <number>0</number>
0021      </property>
0022      <widget class="QWidget" name="dicealias">
0023       <attribute name="title">
0024        <string>Dice Alias</string>
0025       </attribute>
0026       <layout class="QVBoxLayout" name="verticalLayout">
0027        <item>
0028         <layout class="QHBoxLayout" name="horizontalLayout_10" stretch="1,0,1">
0029          <item>
0030           <layout class="QVBoxLayout" name="verticalLayout_10">
0031            <item>
0032             <widget class="QLabel" name="label_15">
0033              <property name="text">
0034               <string>Dice Command</string>
0035              </property>
0036              <property name="alignment">
0037               <set>Qt::AlignCenter</set>
0038              </property>
0039             </widget>
0040            </item>
0041            <item>
0042             <widget class="QLineEdit" name="m_cmdDiceEdit"/>
0043            </item>
0044           </layout>
0045          </item>
0046          <item>
0047           <layout class="QVBoxLayout" name="verticalLayout_11">
0048            <item>
0049             <spacer name="horizontalSpacer_3">
0050              <property name="orientation">
0051               <enum>Qt::Horizontal</enum>
0052              </property>
0053              <property name="sizeHint" stdset="0">
0054               <size>
0055                <width>40</width>
0056                <height>20</height>
0057               </size>
0058              </property>
0059             </spacer>
0060            </item>
0061            <item>
0062             <widget class="QPushButton" name="m_testPushButton">
0063              <property name="text">
0064               <string>Test</string>
0065              </property>
0066             </widget>
0067            </item>
0068           </layout>
0069          </item>
0070          <item>
0071           <layout class="QVBoxLayout" name="verticalLayout_12">
0072            <item>
0073             <widget class="QLabel" name="label_16">
0074              <property name="text">
0075               <string>Converted</string>
0076              </property>
0077              <property name="alignment">
0078               <set>Qt::AlignCenter</set>
0079              </property>
0080             </widget>
0081            </item>
0082            <item>
0083             <widget class="QLineEdit" name="m_convertedCmdEdit"/>
0084            </item>
0085           </layout>
0086          </item>
0087         </layout>
0088        </item>
0089        <item>
0090         <layout class="QHBoxLayout" name="horizontalLayout_11">
0091          <item>
0092           <widget class="QTableView" name="m_tableViewAlias">
0093            <property name="editTriggers">
0094             <set>QAbstractItemView::AllEditTriggers</set>
0095            </property>
0096            <property name="dragEnabled">
0097             <bool>true</bool>
0098            </property>
0099            <property name="dragDropMode">
0100             <enum>QAbstractItemView::DragDrop</enum>
0101            </property>
0102            <property name="alternatingRowColors">
0103             <bool>true</bool>
0104            </property>
0105            <property name="selectionBehavior">
0106             <enum>QAbstractItemView::SelectRows</enum>
0107            </property>
0108            <property name="sortingEnabled">
0109             <bool>false</bool>
0110            </property>
0111            <attribute name="horizontalHeaderStretchLastSection">
0112             <bool>false</bool>
0113            </attribute>
0114            <attribute name="verticalHeaderVisible">
0115             <bool>false</bool>
0116            </attribute>
0117           </widget>
0118          </item>
0119          <item>
0120           <layout class="QVBoxLayout" name="verticalLayout_9">
0121            <item>
0122             <widget class="QToolButton" name="m_addDiceAliasAct">
0123              <property name="toolTip">
0124               <string>Add</string>
0125              </property>
0126              <property name="text">
0127               <string>Add</string>
0128              </property>
0129              <property name="icon">
0130               <iconset theme="add">
0131                <normaloff>.</normaloff>.</iconset>
0132              </property>
0133             </widget>
0134            </item>
0135            <item>
0136             <widget class="QToolButton" name="m_delDiceAliasAct">
0137              <property name="toolTip">
0138               <string>Delete</string>
0139              </property>
0140              <property name="text">
0141               <string>Delete</string>
0142              </property>
0143              <property name="icon">
0144               <iconset theme="remove">
0145                <normaloff>.</normaloff>.</iconset>
0146              </property>
0147             </widget>
0148            </item>
0149            <item>
0150             <widget class="QToolButton" name="m_topDiceAliasAct">
0151              <property name="toolTip">
0152               <string>Top</string>
0153              </property>
0154              <property name="text">
0155               <string>Top</string>
0156              </property>
0157              <property name="icon">
0158               <iconset theme="go-top">
0159                <normaloff>.</normaloff>.</iconset>
0160              </property>
0161             </widget>
0162            </item>
0163            <item>
0164             <widget class="QToolButton" name="m_upDiceAliasAct">
0165              <property name="toolTip">
0166               <string>Up</string>
0167              </property>
0168              <property name="text">
0169               <string>Up</string>
0170              </property>
0171              <property name="icon">
0172               <iconset theme="go-up">
0173                <normaloff>.</normaloff>.</iconset>
0174              </property>
0175             </widget>
0176            </item>
0177            <item>
0178             <widget class="QToolButton" name="m_downDiceAliasAct">
0179              <property name="toolTip">
0180               <string>Down</string>
0181              </property>
0182              <property name="text">
0183               <string>Down</string>
0184              </property>
0185              <property name="icon">
0186               <iconset theme="go-down">
0187                <normaloff>.</normaloff>.</iconset>
0188              </property>
0189             </widget>
0190            </item>
0191            <item>
0192             <widget class="QToolButton" name="m_bottomDiceAliasAct">
0193              <property name="toolTip">
0194               <string>Bottom</string>
0195              </property>
0196              <property name="text">
0197               <string>Bottom</string>
0198              </property>
0199              <property name="icon">
0200               <iconset theme="go-bottom">
0201                <normaloff>.</normaloff>.</iconset>
0202              </property>
0203             </widget>
0204            </item>
0205            <item>
0206             <spacer name="verticalSpacer">
0207              <property name="orientation">
0208               <enum>Qt::Vertical</enum>
0209              </property>
0210              <property name="sizeHint" stdset="0">
0211               <size>
0212                <width>20</width>
0213                <height>40</height>
0214               </size>
0215              </property>
0216             </spacer>
0217            </item>
0218           </layout>
0219          </item>
0220         </layout>
0221        </item>
0222       </layout>
0223      </widget>
0224      <widget class="QWidget" name="tab_2">
0225       <attribute name="title">
0226        <string>Character States</string>
0227       </attribute>
0228       <layout class="QVBoxLayout" name="verticalLayout_2">
0229        <item>
0230         <layout class="QHBoxLayout" name="horizontalLayout">
0231          <item>
0232           <widget class="QTableView" name="m_stateView">
0233            <attribute name="horizontalHeaderStretchLastSection">
0234             <bool>true</bool>
0235            </attribute>
0236            <attribute name="verticalHeaderVisible">
0237             <bool>false</bool>
0238            </attribute>
0239           </widget>
0240          </item>
0241          <item>
0242           <layout class="QVBoxLayout" name="verticalLayout_3">
0243            <item>
0244             <widget class="QToolButton" name="m_addCharacterStateAct">
0245              <property name="toolTip">
0246               <string>Add</string>
0247              </property>
0248              <property name="text">
0249               <string>Add</string>
0250              </property>
0251              <property name="icon">
0252               <iconset theme="add">
0253                <normaloff>.</normaloff>.</iconset>
0254              </property>
0255             </widget>
0256            </item>
0257            <item>
0258             <widget class="QToolButton" name="m_delCharceterStateAct">
0259              <property name="toolTip">
0260               <string>Delete</string>
0261              </property>
0262              <property name="text">
0263               <string>Delete</string>
0264              </property>
0265              <property name="icon">
0266               <iconset theme="remove">
0267                <normaloff>.</normaloff>.</iconset>
0268              </property>
0269             </widget>
0270            </item>
0271            <item>
0272             <widget class="QToolButton" name="m_topCharacterStateAct">
0273              <property name="toolTip">
0274               <string>Top</string>
0275              </property>
0276              <property name="text">
0277               <string>Top</string>
0278              </property>
0279              <property name="icon">
0280               <iconset theme="go-top">
0281                <normaloff>.</normaloff>.</iconset>
0282              </property>
0283             </widget>
0284            </item>
0285            <item>
0286             <widget class="QToolButton" name="m_upCharacterStateAct">
0287              <property name="toolTip">
0288               <string>Up</string>
0289              </property>
0290              <property name="text">
0291               <string>Up</string>
0292              </property>
0293              <property name="icon">
0294               <iconset theme="go-up">
0295                <normaloff>.</normaloff>.</iconset>
0296              </property>
0297             </widget>
0298            </item>
0299            <item>
0300             <widget class="QToolButton" name="m_downCharacterStateAct">
0301              <property name="toolTip">
0302               <string>Down</string>
0303              </property>
0304              <property name="text">
0305               <string>Down</string>
0306              </property>
0307              <property name="icon">
0308               <iconset theme="go-down">
0309                <normaloff>.</normaloff>.</iconset>
0310              </property>
0311             </widget>
0312            </item>
0313            <item>
0314             <widget class="QToolButton" name="m_bottomCharacterStateAct">
0315              <property name="toolTip">
0316               <string>Bottom</string>
0317              </property>
0318              <property name="text">
0319               <string>Bottom</string>
0320              </property>
0321              <property name="icon">
0322               <iconset theme="go-bottom">
0323                <normaloff>.</normaloff>.</iconset>
0324              </property>
0325             </widget>
0326            </item>
0327            <item>
0328             <spacer name="verticalSpacer_4">
0329              <property name="orientation">
0330               <enum>Qt::Vertical</enum>
0331              </property>
0332              <property name="sizeHint" stdset="0">
0333               <size>
0334                <width>20</width>
0335                <height>40</height>
0336               </size>
0337              </property>
0338             </spacer>
0339            </item>
0340           </layout>
0341          </item>
0342         </layout>
0343        </item>
0344       </layout>
0345      </widget>
0346      <widget class="QWidget" name="tab">
0347       <attribute name="title">
0348        <string>Properties</string>
0349       </attribute>
0350       <layout class="QVBoxLayout" name="verticalLayout_4">
0351        <item>
0352         <layout class="QHBoxLayout" name="horizontalLayout_2">
0353          <item>
0354           <layout class="QFormLayout" name="formLayout">
0355            <item row="0" column="0">
0356             <widget class="QLabel" name="label">
0357              <property name="text">
0358               <string>Name:</string>
0359              </property>
0360             </widget>
0361            </item>
0362            <item row="0" column="1">
0363             <widget class="QLineEdit" name="m_nameEdit"/>
0364            </item>
0365            <item row="1" column="0">
0366             <widget class="QLabel" name="label_2">
0367              <property name="text">
0368               <string>Root Directory:</string>
0369              </property>
0370             </widget>
0371            </item>
0372            <item row="1" column="1">
0373             <widget class="FileDirChooser" name="m_rootDir" native="true"/>
0374            </item>
0375            <item row="3" column="0">
0376             <widget class="QLabel" name="label_3">
0377              <property name="text">
0378               <string>File count:</string>
0379              </property>
0380             </widget>
0381            </item>
0382            <item row="3" column="1">
0383             <widget class="QLabel" name="m_fileCountLbl">
0384              <property name="text">
0385               <string/>
0386              </property>
0387             </widget>
0388            </item>
0389            <item row="4" column="0">
0390             <widget class="QLabel" name="label_4">
0391              <property name="text">
0392               <string>Disk usage:</string>
0393              </property>
0394             </widget>
0395            </item>
0396            <item row="4" column="1">
0397             <widget class="QLabel" name="m_diskUsageLbl">
0398              <property name="text">
0399               <string/>
0400              </property>
0401             </widget>
0402            </item>
0403            <item row="2" column="0">
0404             <widget class="QLabel" name="label_5">
0405              <property name="text">
0406               <string>Theme*:</string>
0407              </property>
0408             </widget>
0409            </item>
0410            <item row="2" column="1">
0411             <widget class="QComboBox" name="m_currentTheme"/>
0412            </item>
0413           </layout>
0414          </item>
0415          <item>
0416           <spacer name="horizontalSpacer">
0417            <property name="orientation">
0418             <enum>Qt::Horizontal</enum>
0419            </property>
0420            <property name="sizeHint" stdset="0">
0421             <size>
0422              <width>40</width>
0423              <height>20</height>
0424             </size>
0425            </property>
0426           </spacer>
0427          </item>
0428         </layout>
0429        </item>
0430        <item>
0431         <spacer name="verticalSpacer_2">
0432          <property name="orientation">
0433           <enum>Qt::Vertical</enum>
0434          </property>
0435          <property name="sizeHint" stdset="0">
0436           <size>
0437            <width>20</width>
0438            <height>497</height>
0439           </size>
0440          </property>
0441         </spacer>
0442        </item>
0443       </layout>
0444      </widget>
0445     </widget>
0446    </item>
0447    <item>
0448     <widget class="QDialogButtonBox" name="buttonBox">
0449      <property name="orientation">
0450       <enum>Qt::Horizontal</enum>
0451      </property>
0452      <property name="standardButtons">
0453       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0454      </property>
0455     </widget>
0456    </item>
0457   </layout>
0458  </widget>
0459  <customwidgets>
0460   <customwidget>
0461    <class>FileDirChooser</class>
0462    <extends>QWidget</extends>
0463    <header location="global">customs/filedirchooser.h</header>
0464    <container>1</container>
0465   </customwidget>
0466  </customwidgets>
0467  <resources/>
0468  <connections>
0469   <connection>
0470    <sender>buttonBox</sender>
0471    <signal>accepted()</signal>
0472    <receiver>CampaignProperties</receiver>
0473    <slot>accept()</slot>
0474    <hints>
0475     <hint type="sourcelabel">
0476      <x>248</x>
0477      <y>254</y>
0478     </hint>
0479     <hint type="destinationlabel">
0480      <x>157</x>
0481      <y>274</y>
0482     </hint>
0483    </hints>
0484   </connection>
0485   <connection>
0486    <sender>buttonBox</sender>
0487    <signal>rejected()</signal>
0488    <receiver>CampaignProperties</receiver>
0489    <slot>reject()</slot>
0490    <hints>
0491     <hint type="sourcelabel">
0492      <x>316</x>
0493      <y>260</y>
0494     </hint>
0495     <hint type="destinationlabel">
0496      <x>286</x>
0497      <y>274</y>
0498     </hint>
0499    </hints>
0500   </connection>
0501  </connections>
0502 </ui>