Warning, /rolisteam/rolisteam/src/libraries/rwidgets/customs/playerwidget.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>PlayerWidgetUI</class>
0004  <widget class="QWidget" name="PlayerWidgetUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>324</width>
0010     <height>285</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string/>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <property name="spacing">
0018     <number>0</number>
0019    </property>
0020    <property name="leftMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>0</number>
0031    </property>
0032    <item>
0033     <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0,0,0">
0034      <item>
0035       <widget class="QLineEdit" name="m_label">
0036        <property name="readOnly">
0037         <bool>true</bool>
0038        </property>
0039       </widget>
0040      </item>
0041      <item>
0042       <widget class="QToolButton" name="m_changeDirectory">
0043        <property name="text">
0044         <string notr="true">...</string>
0045        </property>
0046       </widget>
0047      </item>
0048      <item>
0049       <widget class="QToolButton" name="m_volumeMutedButton">
0050        <property name="maximumSize">
0051         <size>
0052          <width>30</width>
0053          <height>16777215</height>
0054         </size>
0055        </property>
0056        <property name="text">
0057         <string>muted</string>
0058        </property>
0059        <property name="checkable">
0060         <bool>true</bool>
0061        </property>
0062       </widget>
0063      </item>
0064      <item>
0065       <widget class="QSlider" name="m_volumeSlider">
0066        <property name="orientation">
0067         <enum>Qt::Horizontal</enum>
0068        </property>
0069       </widget>
0070      </item>
0071     </layout>
0072    </item>
0073    <item>
0074     <layout class="QHBoxLayout" name="horizontalLayout_2">
0075      <item>
0076       <widget class="QSlider" name="m_timeSlider">
0077        <property name="orientation">
0078         <enum>Qt::Horizontal</enum>
0079        </property>
0080       </widget>
0081      </item>
0082      <item>
0083       <widget class="QLabel" name="m_timerDisplay">
0084        <property name="minimumSize">
0085         <size>
0086          <width>100</width>
0087          <height>0</height>
0088         </size>
0089        </property>
0090        <property name="text">
0091         <string/>
0092        </property>
0093        <property name="alignment">
0094         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0095        </property>
0096       </widget>
0097      </item>
0098     </layout>
0099    </item>
0100    <item>
0101     <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0,1,0,0,0">
0102      <property name="spacing">
0103       <number>0</number>
0104      </property>
0105      <item>
0106       <widget class="QToolButton" name="m_playButton">
0107        <property name="sizePolicy">
0108         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0109          <horstretch>0</horstretch>
0110          <verstretch>0</verstretch>
0111         </sizepolicy>
0112        </property>
0113        <property name="maximumSize">
0114         <size>
0115          <width>30</width>
0116          <height>16777215</height>
0117         </size>
0118        </property>
0119        <property name="text">
0120         <string>Play</string>
0121        </property>
0122        <property name="checkable">
0123         <bool>true</bool>
0124        </property>
0125       </widget>
0126      </item>
0127      <item>
0128       <widget class="QToolButton" name="m_pauseButton">
0129        <property name="sizePolicy">
0130         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0131          <horstretch>0</horstretch>
0132          <verstretch>0</verstretch>
0133         </sizepolicy>
0134        </property>
0135        <property name="maximumSize">
0136         <size>
0137          <width>30</width>
0138          <height>16777215</height>
0139         </size>
0140        </property>
0141        <property name="text">
0142         <string>Pause</string>
0143        </property>
0144        <property name="checkable">
0145         <bool>false</bool>
0146        </property>
0147       </widget>
0148      </item>
0149      <item>
0150       <widget class="QToolButton" name="m_stopButton">
0151        <property name="sizePolicy">
0152         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0153          <horstretch>0</horstretch>
0154          <verstretch>0</verstretch>
0155         </sizepolicy>
0156        </property>
0157        <property name="maximumSize">
0158         <size>
0159          <width>30</width>
0160          <height>16777215</height>
0161         </size>
0162        </property>
0163        <property name="text">
0164         <string>Stop</string>
0165        </property>
0166       </widget>
0167      </item>
0168      <item>
0169       <widget class="QToolButton" name="m_uniqueMode">
0170        <property name="sizePolicy">
0171         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0172          <horstretch>0</horstretch>
0173          <verstretch>0</verstretch>
0174         </sizepolicy>
0175        </property>
0176        <property name="maximumSize">
0177         <size>
0178          <width>30</width>
0179          <height>16777215</height>
0180         </size>
0181        </property>
0182        <property name="text">
0183         <string>unique Mode</string>
0184        </property>
0185        <property name="checkable">
0186         <bool>true</bool>
0187        </property>
0188       </widget>
0189      </item>
0190      <item>
0191       <widget class="QToolButton" name="m_repeatMode">
0192        <property name="maximumSize">
0193         <size>
0194          <width>30</width>
0195          <height>16777215</height>
0196         </size>
0197        </property>
0198        <property name="text">
0199         <string>repeat</string>
0200        </property>
0201        <property name="checkable">
0202         <bool>true</bool>
0203        </property>
0204       </widget>
0205      </item>
0206      <item>
0207       <widget class="QToolButton" name="m_shuffleBtn">
0208        <property name="text">
0209         <string notr="true">...</string>
0210        </property>
0211       </widget>
0212      </item>
0213      <item>
0214       <spacer name="horizontalSpacer">
0215        <property name="orientation">
0216         <enum>Qt::Horizontal</enum>
0217        </property>
0218        <property name="sizeHint" stdset="0">
0219         <size>
0220          <width>40</width>
0221          <height>20</height>
0222         </size>
0223        </property>
0224       </spacer>
0225      </item>
0226      <item>
0227       <widget class="QToolButton" name="m_addButton">
0228        <property name="text">
0229         <string notr="true">...</string>
0230        </property>
0231       </widget>
0232      </item>
0233      <item>
0234       <widget class="QToolButton" name="m_savePlaylist">
0235        <property name="text">
0236         <string notr="true">...</string>
0237        </property>
0238       </widget>
0239      </item>
0240      <item>
0241       <widget class="QToolButton" name="m_deleteButton">
0242        <property name="text">
0243         <string notr="true">...</string>
0244        </property>
0245       </widget>
0246      </item>
0247     </layout>
0248    </item>
0249    <item>
0250     <widget class="QListView" name="m_songList">
0251      <property name="defaultDropAction">
0252       <enum>Qt::IgnoreAction</enum>
0253      </property>
0254      <property name="alternatingRowColors">
0255       <bool>true</bool>
0256      </property>
0257     </widget>
0258    </item>
0259   </layout>
0260  </widget>
0261  <resources/>
0262  <connections/>
0263 </ui>