Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/keygeneratordialog.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>KeyGeneratorDialog</class>
0004  <widget class="QDialog" name="KeyGeneratorDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>214</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Password Generator</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset resource="../rolisteam.qrc">
0018     <normaloff>:/logo-256.ico</normaloff>:/logo-256.ico</iconset>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <layout class="QHBoxLayout" name="horizontalLayout">
0023      <item>
0024       <widget class="QLineEdit" name="m_passwordEdit">
0025        <property name="echoMode">
0026         <enum>QLineEdit::Password</enum>
0027        </property>
0028        <property name="placeholderText">
0029         <string>Password</string>
0030        </property>
0031       </widget>
0032      </item>
0033      <item>
0034       <widget class="QPushButton" name="pushButton">
0035        <property name="text">
0036         <string>Generate</string>
0037        </property>
0038       </widget>
0039      </item>
0040     </layout>
0041    </item>
0042    <item>
0043     <widget class="QPlainTextEdit" name="m_resultEdit">
0044      <property name="readOnly">
0045       <bool>true</bool>
0046      </property>
0047      <property name="textInteractionFlags">
0048       <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0049      </property>
0050      <property name="placeholderText">
0051       <string>Copy/Paste result into server configuration file.</string>
0052      </property>
0053     </widget>
0054    </item>
0055    <item>
0056     <widget class="QDialogButtonBox" name="buttonBox">
0057      <property name="orientation">
0058       <enum>Qt::Horizontal</enum>
0059      </property>
0060      <property name="standardButtons">
0061       <set>QDialogButtonBox::Ok</set>
0062      </property>
0063     </widget>
0064    </item>
0065   </layout>
0066  </widget>
0067  <resources>
0068   <include location="../rolisteam.qrc"/>
0069   <include location="../rolisteam.qrc"/>
0070  </resources>
0071  <connections>
0072   <connection>
0073    <sender>buttonBox</sender>
0074    <signal>accepted()</signal>
0075    <receiver>KeyGeneratorDialog</receiver>
0076    <slot>accept()</slot>
0077    <hints>
0078     <hint type="sourcelabel">
0079      <x>248</x>
0080      <y>254</y>
0081     </hint>
0082     <hint type="destinationlabel">
0083      <x>157</x>
0084      <y>274</y>
0085     </hint>
0086    </hints>
0087   </connection>
0088   <connection>
0089    <sender>buttonBox</sender>
0090    <signal>rejected()</signal>
0091    <receiver>KeyGeneratorDialog</receiver>
0092    <slot>reject()</slot>
0093    <hints>
0094     <hint type="sourcelabel">
0095      <x>316</x>
0096      <y>260</y>
0097     </hint>
0098     <hint type="destinationlabel">
0099      <x>286</x>
0100      <y>274</y>
0101     </hint>
0102    </hints>
0103   </connection>
0104  </connections>
0105 </ui>