Warning, /education/marble/src/lib/marble/TourWidget.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>TourWidget</class>
0004  <widget class="QWidget" name="TourWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>290</width>
0010     <height>234</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Tour</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QToolBar" name="m_toolBarControl">
0019      <property name="windowTitle">
0020       <string>toolBar</string>
0021      </property>
0022      <addaction name="m_actionNewTour"/>
0023      <addaction name="m_actionOpenTour"/>
0024      <addaction name="m_actionSaveTour"/>
0025      <addaction name="m_actionSaveTourAs"/>
0026      <addaction name="separator"/>
0027      <addaction name="m_actionMoveUp"/>
0028      <addaction name="m_actionMoveDown"/>
0029      <addaction name="separator"/>
0030      <addaction name="m_actionDelete"/>
0031     </widget>
0032    </item>
0033    <item>
0034     <widget class="QListView" name="m_listView">
0035      <property name="selectionMode">
0036       <enum>QAbstractItemView::ExtendedSelection</enum>
0037      </property>
0038     </widget>
0039    </item>
0040    <item>
0041     <layout class="QHBoxLayout" name="horizontalLayout">
0042      <item>
0043       <widget class="QToolBar" name="m_toolBarPlayback">
0044        <property name="windowTitle">
0045         <string>toolBar</string>
0046        </property>
0047        <addaction name="actionPlay"/>
0048        <addaction name="separator"/>
0049        <addaction name="actionStop"/>
0050        <addaction name="separator"/>
0051        <addaction name="m_actionRecord"/>
0052       </widget>
0053      </item>
0054      <item>
0055       <widget class="QLabel" name="m_elapsedTime">
0056        <property name="text">
0057         <string>--:--</string>
0058        </property>
0059       </widget>
0060      </item>
0061      <item>
0062       <widget class="QSlider" name="m_slider">
0063        <property name="orientation">
0064         <enum>Qt::Horizontal</enum>
0065        </property>
0066       </widget>
0067      </item>
0068      <item>
0069       <widget class="QLabel" name="m_totalTime">
0070        <property name="text">
0071         <string>--:--</string>
0072        </property>
0073       </widget>
0074      </item>
0075     </layout>
0076    </item>
0077   </layout>
0078   <action name="m_actionMoveUp">
0079    <property name="enabled">
0080     <bool>false</bool>
0081    </property>
0082    <property name="icon">
0083     <iconset resource="libmarble.qrc">
0084      <normaloff>:/marble/go-up.png</normaloff>:/marble/go-up.png</iconset>
0085    </property>
0086    <property name="text">
0087     <string>Move up</string>
0088    </property>
0089    <property name="toolTip">
0090     <string>Move up</string>
0091    </property>
0092   </action>
0093   <action name="m_actionMoveDown">
0094    <property name="enabled">
0095     <bool>false</bool>
0096    </property>
0097    <property name="icon">
0098     <iconset resource="libmarble.qrc">
0099      <normaloff>:/marble/go-down.png</normaloff>:/marble/go-down.png</iconset>
0100    </property>
0101    <property name="text">
0102     <string>Move down</string>
0103    </property>
0104   </action>
0105   <action name="m_actionDelete">
0106    <property name="enabled">
0107     <bool>false</bool>
0108    </property>
0109    <property name="icon">
0110     <iconset resource="libmarble.qrc">
0111      <normaloff>:/marble/list-remove.png</normaloff>:/marble/list-remove.png</iconset>
0112    </property>
0113    <property name="text">
0114     <string>Delete</string>
0115    </property>
0116   </action>
0117   <action name="m_actionNewTour">
0118    <property name="icon">
0119     <iconset resource="libmarble.qrc">
0120      <normaloff>:/marble/document-new.png</normaloff>:/marble/document-new.png</iconset>
0121    </property>
0122    <property name="text">
0123     <string>New Tour</string>
0124    </property>
0125   </action>
0126   <action name="m_actionSaveTour">
0127    <property name="enabled">
0128     <bool>false</bool>
0129    </property>
0130    <property name="icon">
0131     <iconset resource="libmarble.qrc">
0132      <normaloff>:/marble/document-save.png</normaloff>:/marble/document-save.png</iconset>
0133    </property>
0134    <property name="text">
0135     <string>Save Tour</string>
0136    </property>
0137   </action>
0138   <action name="m_actionSaveTourAs">
0139    <property name="enabled">
0140     <bool>false</bool>
0141    </property>
0142    <property name="icon">
0143     <iconset resource="libmarble.qrc">
0144      <normaloff>:/marble/document-save-as.png</normaloff>:/marble/document-save-as.png</iconset>
0145    </property>
0146    <property name="text">
0147     <string>Save Tour As</string>
0148    </property>
0149   </action>
0150   <action name="m_actionOpenTour">
0151    <property name="icon">
0152     <iconset resource="libmarble.qrc">
0153      <normaloff>:/marble/document-open.png</normaloff>:/marble/document-open.png</iconset>
0154    </property>
0155    <property name="text">
0156     <string>Open Tour</string>
0157    </property>
0158   </action>
0159   <action name="actionPlay">
0160    <property name="checkable">
0161     <bool>false</bool>
0162    </property>
0163    <property name="icon">
0164     <iconset resource="libmarble.qrc">
0165      <normaloff>:/marble/playback-play.png</normaloff>:/marble/playback-play.png</iconset>
0166    </property>
0167    <property name="text">
0168     <string>Play</string>
0169    </property>
0170    <property name="toolTip">
0171     <string>Begins touring</string>
0172    </property>
0173   </action>
0174   <action name="actionStop">
0175    <property name="icon">
0176     <iconset resource="libmarble.qrc">
0177      <normaloff>:/marble/playback-stop.png</normaloff>:/marble/playback-stop.png</iconset>
0178    </property>
0179    <property name="text">
0180     <string>Stop</string>
0181    </property>
0182    <property name="toolTip">
0183     <string>Stops touring (playing again will start tour from the start)</string>
0184    </property>
0185   </action>
0186   <action name="m_actionRecord">
0187    <property name="icon">
0188     <iconset resource="libmarble.qrc">
0189      <normaloff>:/marble/tour-capture.png</normaloff>:/marble/tour-capture.png</iconset>
0190    </property>
0191    <property name="text">
0192     <string>Record tour</string>
0193    </property>
0194    <property name="toolTip">
0195     <string>Converts the loaded tour into a movie</string>
0196    </property>
0197   </action>
0198  </widget>
0199  <resources>
0200   <include location="libmarble.qrc"/>
0201  </resources>
0202  <connections/>
0203 </ui>