Warning, /office/alkimia/tools/onlinequoteseditor/mainwindow.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>MainWindow</class>
0004  <widget class="QMainWindow" name="MainWindow">
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>Online Quotes Editor</string>
0015   </property>
0016   <widget class="QWidget" name="centralWidget">
0017    <layout class="QGridLayout" name="gridLayout"/>
0018   </widget>
0019   <widget class="QMenuBar" name="menuBar">
0020    <property name="geometry">
0021     <rect>
0022      <x>0</x>
0023      <y>0</y>
0024      <width>400</width>
0025      <height>29</height>
0026     </rect>
0027    </property>
0028    <widget class="QMenu" name="menuFile">
0029     <property name="title">
0030      <string>File</string>
0031     </property>
0032     <addaction name="actionQuit"/>
0033    </widget>
0034    <addaction name="menuFile"/>
0035   </widget>
0036   <widget class="QStatusBar" name="statusBar"/>
0037   <action name="actionQuit">
0038    <property name="icon">
0039     <iconset theme="application-exit"/>
0040    </property>
0041    <property name="text">
0042     <string>Quit</string>
0043    </property>
0044   </action>
0045  </widget>
0046  <layoutdefault spacing="6" margin="11"/>
0047  <resources/>
0048  <connections>
0049   <connection>
0050    <sender>actionQuit</sender>
0051    <signal>triggered()</signal>
0052    <receiver>MainWindow</receiver>
0053    <slot>close()</slot>
0054    <hints>
0055     <hint type="sourcelabel">
0056      <x>-1</x>
0057      <y>-1</y>
0058     </hint>
0059     <hint type="destinationlabel">
0060      <x>199</x>
0061      <y>149</y>
0062     </hint>
0063    </hints>
0064   </connection>
0065  </connections>
0066 </ui>