Warning, /rolisteam/rolisteam/src/libraries/rwidgets/editors/sharededitor/announcedocumentdialog.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>AnnounceDocumentDialog</class>
0004  <widget class="QDialog" name="AnnounceDocumentDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>294</width>
0010     <height>178</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Announce Document</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <spacer name="horizontalSpacer">
0021        <property name="orientation">
0022         <enum>Qt::Horizontal</enum>
0023        </property>
0024        <property name="sizeHint" stdset="0">
0025         <size>
0026          <width>40</width>
0027          <height>20</height>
0028         </size>
0029        </property>
0030       </spacer>
0031      </item>
0032      <item>
0033       <widget class="QLabel" name="label">
0034        <property name="text">
0035         <string>Name:</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <widget class="QLineEdit" name="nameLineEdit"/>
0041      </item>
0042     </layout>
0043    </item>
0044    <item>
0045     <layout class="QHBoxLayout" name="horizontalLayout_3">
0046      <item>
0047       <spacer name="horizontalSpacer_3">
0048        <property name="orientation">
0049         <enum>Qt::Horizontal</enum>
0050        </property>
0051        <property name="sizeHint" stdset="0">
0052         <size>
0053          <width>40</width>
0054          <height>20</height>
0055         </size>
0056        </property>
0057       </spacer>
0058      </item>
0059      <item>
0060       <widget class="QCheckBox" name="broadcastCheckBox">
0061        <property name="text">
0062         <string>Broadcast this document</string>
0063        </property>
0064        <property name="checked">
0065         <bool>true</bool>
0066        </property>
0067       </widget>
0068      </item>
0069     </layout>
0070    </item>
0071    <item>
0072     <layout class="QVBoxLayout" name="verticalLayout">
0073      <property name="spacing">
0074       <number>0</number>
0075      </property>
0076      <item>
0077       <layout class="QHBoxLayout" name="horizontalLayout_2">
0078        <item>
0079         <spacer name="horizontalSpacer_2">
0080          <property name="orientation">
0081           <enum>Qt::Horizontal</enum>
0082          </property>
0083          <property name="sizeHint" stdset="0">
0084           <size>
0085            <width>40</width>
0086            <height>20</height>
0087           </size>
0088          </property>
0089         </spacer>
0090        </item>
0091        <item>
0092         <widget class="QCheckBox" name="alwaysUseCheckBox">
0093          <property name="text">
0094           <string>Always use this name</string>
0095          </property>
0096         </widget>
0097        </item>
0098       </layout>
0099      </item>
0100      <item>
0101       <widget class="QLabel" name="prefrencesLabel">
0102        <property name="font">
0103         <font>
0104          <pointsize>11</pointsize>
0105         </font>
0106        </property>
0107        <property name="text">
0108         <string>You can change this in the preferences dialog.</string>
0109        </property>
0110        <property name="alignment">
0111         <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
0112        </property>
0113        <property name="wordWrap">
0114         <bool>true</bool>
0115        </property>
0116       </widget>
0117      </item>
0118     </layout>
0119    </item>
0120    <item>
0121     <widget class="QDialogButtonBox" name="buttonBox">
0122      <property name="orientation">
0123       <enum>Qt::Horizontal</enum>
0124      </property>
0125      <property name="standardButtons">
0126       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0127      </property>
0128     </widget>
0129    </item>
0130   </layout>
0131  </widget>
0132  <resources/>
0133  <connections>
0134   <connection>
0135    <sender>buttonBox</sender>
0136    <signal>accepted()</signal>
0137    <receiver>AnnounceDocumentDialog</receiver>
0138    <slot>accept()</slot>
0139    <hints>
0140     <hint type="sourcelabel">
0141      <x>248</x>
0142      <y>254</y>
0143     </hint>
0144     <hint type="destinationlabel">
0145      <x>157</x>
0146      <y>274</y>
0147     </hint>
0148    </hints>
0149   </connection>
0150   <connection>
0151    <sender>buttonBox</sender>
0152    <signal>rejected()</signal>
0153    <receiver>AnnounceDocumentDialog</receiver>
0154    <slot>reject()</slot>
0155    <hints>
0156     <hint type="sourcelabel">
0157      <x>316</x>
0158      <y>260</y>
0159     </hint>
0160     <hint type="destinationlabel">
0161      <x>286</x>
0162      <y>274</y>
0163     </hint>
0164    </hints>
0165   </connection>
0166  </connections>
0167 </ui>