Warning, /graphics/digikam/core/dplugins/generic/view/presentation/audio/presentationaudiowidget.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>PresentationAudioWidget</class>
0004  <widget class="QWidget" name="PresentationAudioWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>370</width>
0010     <height>188</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QHBoxLayout" name="horizontalLayout_2">
0020    <item>
0021     <layout class="QVBoxLayout" name="verticalLayout_2">
0022      <item>
0023       <layout class="QHBoxLayout" name="horizontalLayout">
0024        <item>
0025         <layout class="QGridLayout" name="gridLayout">
0026          <item row="0" column="0">
0027           <widget class="QPushButton" name="m_playButton">
0028            <property name="text">
0029             <string>Play</string>
0030            </property>
0031           </widget>
0032          </item>
0033          <item row="0" column="1">
0034           <widget class="QPushButton" name="m_stopButton">
0035            <property name="text">
0036             <string>Stop</string>
0037            </property>
0038           </widget>
0039          </item>
0040          <item row="1" column="0">
0041           <widget class="QPushButton" name="m_prevButton">
0042            <property name="text">
0043             <string comment="Previous item to show">Previous</string>
0044            </property>
0045           </widget>
0046          </item>
0047          <item row="1" column="1">
0048           <widget class="QPushButton" name="m_nextButton">
0049            <property name="text">
0050             <string comment="Next item to show">Next</string>
0051            </property>
0052           </widget>
0053          </item>
0054         </layout>
0055        </item>
0056        <item>
0057         <layout class="QVBoxLayout" name="verticalLayout">
0058          <item>
0059           <widget class="QLabel" name="label">
0060            <property name="font">
0061             <font>
0062              <weight>75</weight>
0063              <italic>false</italic>
0064              <bold>true</bold>
0065              <underline>false</underline>
0066              <kerning>false</kerning>
0067             </font>
0068            </property>
0069            <property name="text">
0070             <string>Time:</string>
0071            </property>
0072           </widget>
0073          </item>
0074          <item>
0075           <layout class="QGridLayout" name="gridLayout_2">
0076            <item row="0" column="0">
0077             <widget class="QLabel" name="label_2">
0078              <property name="text">
0079               <string>Elapsed:</string>
0080              </property>
0081             </widget>
0082            </item>
0083            <item row="0" column="1">
0084             <widget class="QLabel" name="m_elapsedTimeLabel">
0085              <property name="text">
0086               <string>0:00:00</string>
0087              </property>
0088             </widget>
0089            </item>
0090            <item row="1" column="0">
0091             <widget class="QLabel" name="label_3">
0092              <property name="text">
0093               <string comment="Total amount of time of presentation">Total:</string>
0094              </property>
0095             </widget>
0096            </item>
0097            <item row="1" column="1">
0098             <widget class="QLabel" name="m_totalTimeLabel">
0099              <property name="text">
0100               <string>0:00:00</string>
0101              </property>
0102             </widget>
0103            </item>
0104           </layout>
0105          </item>
0106         </layout>
0107        </item>
0108       </layout>
0109      </item>
0110      <item>
0111       <layout class="QHBoxLayout" name="horizontalLayout_3">
0112        <item>
0113         <widget class="QLabel" name="m_soundLabel">
0114          <property name="text">
0115           <string>Volumes:</string>
0116          </property>
0117         </widget>
0118        </item>
0119        <item>
0120         <widget class="QSlider" name="m_volumeWidget">
0121          <property name="maximum">
0122           <number>100</number>
0123          </property>
0124          <property name="value">
0125           <number>100</number>
0126          </property>
0127          <property name="orientation">
0128           <enum>Qt::Horizontal</enum>
0129          </property>
0130         </widget>
0131        </item>
0132       </layout>
0133      </item>
0134     </layout>
0135    </item>
0136   </layout>
0137  </widget>
0138  <resources/>
0139  <connections/>
0140 </ui>