Warning, /rolisteam/rolisteam/src/libraries/rwidgets/dialogs/historyviewerdialog.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>HistoryViewerDialog</class>
0004  <widget class="QDialog" name="HistoryViewerDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QTableView" name="m_tableview"/>
0021      </item>
0022      <item>
0023       <layout class="QVBoxLayout" name="verticalLayout">
0024        <item>
0025         <widget class="QToolButton" name="m_addBtn">
0026          <property name="text">
0027           <string>...</string>
0028          </property>
0029         </widget>
0030        </item>
0031        <item>
0032         <widget class="QToolButton" name="m_removeBtn">
0033          <property name="text">
0034           <string>...</string>
0035          </property>
0036         </widget>
0037        </item>
0038        <item>
0039         <spacer name="verticalSpacer">
0040          <property name="orientation">
0041           <enum>Qt::Vertical</enum>
0042          </property>
0043          <property name="sizeHint" stdset="0">
0044           <size>
0045            <width>20</width>
0046            <height>40</height>
0047           </size>
0048          </property>
0049         </spacer>
0050        </item>
0051       </layout>
0052      </item>
0053     </layout>
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::Cancel|QDialogButtonBox::Ok</set>
0062      </property>
0063     </widget>
0064    </item>
0065   </layout>
0066   <action name="m_addAct">
0067    <property name="icon">
0068     <iconset theme="add"/>
0069    </property>
0070    <property name="text">
0071     <string>Add</string>
0072    </property>
0073   </action>
0074   <action name="m_removeAct">
0075    <property name="icon">
0076     <iconset theme="remove"/>
0077    </property>
0078    <property name="text">
0079     <string>remove</string>
0080    </property>
0081   </action>
0082  </widget>
0083  <resources/>
0084  <connections>
0085   <connection>
0086    <sender>buttonBox</sender>
0087    <signal>accepted()</signal>
0088    <receiver>HistoryViewerDialog</receiver>
0089    <slot>accept()</slot>
0090    <hints>
0091     <hint type="sourcelabel">
0092      <x>248</x>
0093      <y>254</y>
0094     </hint>
0095     <hint type="destinationlabel">
0096      <x>157</x>
0097      <y>274</y>
0098     </hint>
0099    </hints>
0100   </connection>
0101   <connection>
0102    <sender>buttonBox</sender>
0103    <signal>rejected()</signal>
0104    <receiver>HistoryViewerDialog</receiver>
0105    <slot>reject()</slot>
0106    <hints>
0107     <hint type="sourcelabel">
0108      <x>316</x>
0109      <y>260</y>
0110     </hint>
0111     <hint type="destinationlabel">
0112      <x>286</x>
0113      <y>274</y>
0114     </hint>
0115    </hints>
0116   </connection>
0117  </connections>
0118 </ui>