Warning, /multimedia/stopmotion/src/presentation/frontends/qtfrontend/helpbrowser.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <author></author>
0003  <comment></comment>
0004  <exportmacro></exportmacro>
0005  <class>MainWindow</class>
0006  <widget class="QMainWindow" name="MainWindow" >
0007   <property name="geometry" >
0008    <rect>
0009     <x>0</x>
0010     <y>0</y>
0011     <width>800</width>
0012     <height>600</height>
0013    </rect>
0014   </property>
0015   <property name="windowTitle" >
0016    <string>Stopmotion Help Browser</string>
0017   </property>
0018   <widget class="QWidget" name="centralwidget" >
0019    <layout class="QVBoxLayout" >
0020     <property name="margin" >
0021      <number>9</number>
0022     </property>
0023     <property name="spacing" >
0024      <number>6</number>
0025     </property>
0026     <item>
0027      <layout class="QHBoxLayout" >
0028       <property name="margin" >
0029        <number>0</number>
0030       </property>
0031       <property name="spacing" >
0032        <number>6</number>
0033       </property>
0034       <item>
0035        <widget class="QPushButton" name="pushButton_2" >
0036         <property name="enabled" >
0037          <bool>false</bool>
0038         </property>
0039         <property name="text" >
0040          <string>Backward</string>
0041         </property>
0042        </widget>
0043       </item>
0044       <item>
0045        <widget class="QPushButton" name="pushButton_3" >
0046         <property name="enabled" >
0047          <bool>false</bool>
0048         </property>
0049         <property name="text" >
0050          <string>Forward</string>
0051         </property>
0052        </widget>
0053       </item>
0054       <item>
0055        <widget class="QLineEdit" name="lineEdit" />
0056       </item>
0057      </layout>
0058     </item>
0059     <item>
0060      <widget class="QTextBrowser" name="textBrowser" />
0061     </item>
0062     <item>
0063      <layout class="QHBoxLayout" >
0064       <property name="margin" >
0065        <number>0</number>
0066       </property>
0067       <property name="spacing" >
0068        <number>6</number>
0069       </property>
0070       <item>
0071        <spacer>
0072         <property name="orientation" >
0073          <enum>Qt::Horizontal</enum>
0074         </property>
0075         <property name="sizeHint" >
0076          <size>
0077           <width>40</width>
0078           <height>20</height>
0079          </size>
0080         </property>
0081        </spacer>
0082       </item>
0083       <item>
0084        <widget class="QPushButton" name="pushButton" >
0085         <property name="text" >
0086          <string>Close</string>
0087         </property>
0088         <property name="default" >
0089          <bool>true</bool>
0090         </property>
0091        </widget>
0092       </item>
0093      </layout>
0094     </item>
0095    </layout>
0096   </widget>
0097   <widget class="QMenuBar" name="menubar" >
0098    <property name="geometry" >
0099     <rect>
0100      <x>0</x>
0101      <y>0</y>
0102      <width>800</width>
0103      <height>29</height>
0104     </rect>
0105    </property>
0106   </widget>
0107   <widget class="QStatusBar" name="statusbar" >
0108    <property name="geometry" >
0109     <rect>
0110      <x>0</x>
0111      <y>576</y>
0112      <width>800</width>
0113      <height>24</height>
0114     </rect>
0115    </property>
0116   </widget>
0117  </widget>
0118  <pixmapfunction></pixmapfunction>
0119  <resources/>
0120  <connections>
0121   <connection>
0122    <sender>pushButton_2</sender>
0123    <signal>clicked()</signal>
0124    <receiver>textBrowser</receiver>
0125    <slot>backward()</slot>
0126    <hints>
0127     <hint type="sourcelabel" >
0128      <x>34</x>
0129      <y>62</y>
0130     </hint>
0131     <hint type="destinationlabel" >
0132      <x>33</x>
0133      <y>104</y>
0134     </hint>
0135    </hints>
0136   </connection>
0137   <connection>
0138    <sender>pushButton_3</sender>
0139    <signal>clicked()</signal>
0140    <receiver>textBrowser</receiver>
0141    <slot>forward()</slot>
0142    <hints>
0143     <hint type="sourcelabel" >
0144      <x>81</x>
0145      <y>63</y>
0146     </hint>
0147     <hint type="destinationlabel" >
0148      <x>77</x>
0149      <y>93</y>
0150     </hint>
0151    </hints>
0152   </connection>
0153   <connection>
0154    <sender>pushButton</sender>
0155    <signal>clicked()</signal>
0156    <receiver>MainWindow</receiver>
0157    <slot>close()</slot>
0158    <hints>
0159     <hint type="sourcelabel" >
0160      <x>772</x>
0161      <y>552</y>
0162     </hint>
0163     <hint type="destinationlabel" >
0164      <x>706</x>
0165      <y>549</y>
0166     </hint>
0167    </hints>
0168   </connection>
0169   <connection>
0170    <sender>textBrowser</sender>
0171    <signal>backwardAvailable(bool)</signal>
0172    <receiver>pushButton_2</receiver>
0173    <slot>setEnabled(bool)</slot>
0174    <hints>
0175     <hint type="sourcelabel" >
0176      <x>15</x>
0177      <y>123</y>
0178     </hint>
0179     <hint type="destinationlabel" >
0180      <x>17</x>
0181      <y>62</y>
0182     </hint>
0183    </hints>
0184   </connection>
0185   <connection>
0186    <sender>textBrowser</sender>
0187    <signal>forwardAvailable(bool)</signal>
0188    <receiver>pushButton_3</receiver>
0189    <slot>setEnabled(bool)</slot>
0190    <hints>
0191     <hint type="sourcelabel" >
0192      <x>93</x>
0193      <y>111</y>
0194     </hint>
0195     <hint type="destinationlabel" >
0196      <x>88</x>
0197      <y>50</y>
0198     </hint>
0199    </hints>
0200   </connection>
0201   <connection>
0202    <sender>textBrowser</sender>
0203    <signal>highlighted(QString)</signal>
0204    <receiver>lineEdit</receiver>
0205    <slot>setText(QString)</slot>
0206    <hints>
0207     <hint type="sourcelabel" >
0208      <x>273</x>
0209      <y>119</y>
0210     </hint>
0211     <hint type="destinationlabel" >
0212      <x>279</x>
0213      <y>59</y>
0214     </hint>
0215    </hints>
0216   </connection>
0217  </connections>
0218 </ui>