Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/importdatafromcampaigndialog.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>ImportDataFromCampaignDialog</class>
0004  <widget class="QDialog" name="ImportDataFromCampaignDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>521</width>
0010     <height>259</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>Source Campaign</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item>
0027       <widget class="QLineEdit" name="m_pathEdit"/>
0028      </item>
0029      <item>
0030       <widget class="QPushButton" name="m_browsePath">
0031        <property name="text">
0032         <string>Browse…</string>
0033        </property>
0034       </widget>
0035      </item>
0036     </layout>
0037    </item>
0038    <item>
0039     <widget class="QLabel" name="m_errorLabel">
0040      <property name="styleSheet">
0041       <string notr="true">color: red;
0042 </string>
0043      </property>
0044      <property name="text">
0045       <string/>
0046      </property>
0047      <property name="alignment">
0048       <set>Qt::AlignCenter</set>
0049      </property>
0050     </widget>
0051    </item>
0052    <item>
0053     <widget class="QGroupBox" name="groupBox">
0054      <property name="title">
0055       <string>Data to Import</string>
0056      </property>
0057      <layout class="QGridLayout" name="gridLayout">
0058       <item row="2" column="2">
0059        <widget class="QCheckBox" name="m_mindmapCb">
0060         <property name="text">
0061          <string>Mindmaps</string>
0062         </property>
0063        </widget>
0064       </item>
0065       <item row="3" column="1">
0066        <widget class="QCheckBox" name="m_mapCb">
0067         <property name="text">
0068          <string>Maps</string>
0069         </property>
0070        </widget>
0071       </item>
0072       <item row="1" column="2">
0073        <widget class="QCheckBox" name="m_imageCb">
0074         <property name="text">
0075          <string>Images</string>
0076         </property>
0077        </widget>
0078       </item>
0079       <item row="0" column="0">
0080        <widget class="QCheckBox" name="m_diceCb">
0081         <property name="text">
0082          <string>Dice Alias</string>
0083         </property>
0084        </widget>
0085       </item>
0086       <item row="3" column="0">
0087        <widget class="QCheckBox" name="m_themeCb">
0088         <property name="text">
0089          <string>Theme</string>
0090         </property>
0091        </widget>
0092       </item>
0093       <item row="1" column="1">
0094        <widget class="QCheckBox" name="m_audioPlayer2Cb">
0095         <property name="text">
0096          <string>Playlist audioplayer 2</string>
0097         </property>
0098        </widget>
0099       </item>
0100       <item row="2" column="1">
0101        <widget class="QCheckBox" name="m_audioPlayer3Cb">
0102         <property name="text">
0103          <string>Playlist audioplayer 3</string>
0104         </property>
0105        </widget>
0106       </item>
0107       <item row="3" column="2">
0108        <widget class="QCheckBox" name="m_noteCb">
0109         <property name="text">
0110          <string>Notes</string>
0111         </property>
0112        </widget>
0113       </item>
0114       <item row="0" column="1">
0115        <widget class="QCheckBox" name="m_audioPlayer1Cb">
0116         <property name="text">
0117          <string>Playlist audioplayer 1</string>
0118         </property>
0119        </widget>
0120       </item>
0121       <item row="2" column="0">
0122        <widget class="QCheckBox" name="m_antagonistListCb">
0123         <property name="text">
0124          <string>Antagonist list</string>
0125         </property>
0126        </widget>
0127       </item>
0128       <item row="0" column="2">
0129        <widget class="QCheckBox" name="m_characterSheetCb">
0130         <property name="text">
0131          <string>Character sheets</string>
0132         </property>
0133        </widget>
0134       </item>
0135       <item row="1" column="0">
0136        <widget class="QCheckBox" name="m_characterStatesCb">
0137         <property name="text">
0138          <string>Character States</string>
0139         </property>
0140        </widget>
0141       </item>
0142       <item row="4" column="0">
0143        <widget class="QCheckBox" name="m_pdfCb">
0144         <property name="text">
0145          <string>Pdf documents</string>
0146         </property>
0147        </widget>
0148       </item>
0149       <item row="4" column="1">
0150        <widget class="QCheckBox" name="m_weblinkCb">
0151         <property name="text">
0152          <string>Web links</string>
0153         </property>
0154        </widget>
0155       </item>
0156      </layout>
0157     </widget>
0158    </item>
0159    <item>
0160     <widget class="QDialogButtonBox" name="buttonBox">
0161      <property name="orientation">
0162       <enum>Qt::Horizontal</enum>
0163      </property>
0164      <property name="standardButtons">
0165       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0166      </property>
0167     </widget>
0168    </item>
0169   </layout>
0170  </widget>
0171  <resources/>
0172  <connections>
0173   <connection>
0174    <sender>buttonBox</sender>
0175    <signal>accepted()</signal>
0176    <receiver>ImportDataFromCampaignDialog</receiver>
0177    <slot>accept()</slot>
0178    <hints>
0179     <hint type="sourcelabel">
0180      <x>248</x>
0181      <y>254</y>
0182     </hint>
0183     <hint type="destinationlabel">
0184      <x>157</x>
0185      <y>274</y>
0186     </hint>
0187    </hints>
0188   </connection>
0189   <connection>
0190    <sender>buttonBox</sender>
0191    <signal>rejected()</signal>
0192    <receiver>ImportDataFromCampaignDialog</receiver>
0193    <slot>reject()</slot>
0194    <hints>
0195     <hint type="sourcelabel">
0196      <x>316</x>
0197      <y>260</y>
0198     </hint>
0199     <hint type="destinationlabel">
0200      <x>286</x>
0201      <y>274</y>
0202     </hint>
0203    </hints>
0204   </connection>
0205  </connections>
0206 </ui>