Refactored PlayList handling to recursive function.
[vlc-remote] / playermainwindow.ui
index 6251e68..a9d9065 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>798</width>
-    <height>598</height>
+    <width>796</width>
+    <height>631</height>
    </rect>
   </property>
   <property name="windowTitle">
       <property name="minimumSize">
        <size>
         <width>380</width>
-        <height>340</height>
-       </size>s
+        <height>350</height>
+       </size>
       </property>
       <property name="maximumSize">
        <size>
         <width>380</width>
-        <height>340</height>
+        <height>350</height>
        </size>
       </property>
       <property name="alignment">
-       <set>Qt::AlignHCenter|Qt::AlignTrailing|Qt::AlignVCenter</set>
+       <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
       </property>
      </widget>
     </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayoutDetails">
       <item>
-        <layout class="QVBoxLayout" name="verticalLayoutDetails">
-          <item>
-            <widget class="QLabel" name="labelTitle">
-              <property name="minimumSize">
-              <size>
-                <width>0</width>
-                <height>30</height>
-              </size>
-              </property>
-              <property name="text">
-              <string>Information</string>
-              </property>
-              <property name="alignment">
-              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-              </property>
-            </widget>
-          </item>
-          <item>
-            <widget class="QLabel" name="labelArtist">
-              <property name="minimumSize">
-              <size>
-                <width>0</width>
-                <height>30</height>
-              </size>
-              </property>
-              <property name="text">
-              <string>Information</string>
-              </property>
-              <property name="alignment">
-              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-              </property>
-            </widget>
-          </item>
-          <item>
-            <widget class="QLabel" name="labelAlbum">
-              <property name="minimumSize">
-              <size>
-                <width>0</width>
-                <height>30</height>
-              </size>
-              </property>
-              <property name="text">
-              <string>Information</string>
-              </property>
-              <property name="alignment">
-              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-              </property>
-            </widget>
-          </item>
-        </layout>
+       <layout class="QVBoxLayout" name="verticalLayoutDetails">
+        <item>
+         <widget class="QLabel" name="labelTitle">
+          <property name="minimumSize">
+           <size>
+            <width>0</width>
+            <height>30</height>
+           </size>
+          </property>
+          <property name="text">
+           <string>Information</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QLabel" name="labelArtist">
+          <property name="minimumSize">
+           <size>
+            <width>0</width>
+            <height>30</height>
+           </size>
+          </property>
+          <property name="text">
+           <string>Information</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QLabel" name="labelAlbum">
+          <property name="minimumSize">
+           <size>
+            <width>0</width>
+            <height>30</height>
+           </size>
+          </property>
+          <property name="text">
+           <string>Information</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+          </property>
+         </widget>
+        </item>
+       </layout>
       </item>
       <item>
        <widget class="QLabel" name="labelArtLandscape">
         <property name="minimumSize">
-        <size>
+         <size>
           <width>140</width>
           <height>140</height>
-        </size>
+         </size>
         </property>
         <property name="maximumSize">
-        <size>
+         <size>
           <width>140</width>
           <height>140</height>
-        </size>
+         </size>
         </property>
         <property name="alignment">
-        <set>Qt::AlignHCenter|Qt::AlignTrailing|Qt::AlignVCenter</set>
+         <set>Qt::AlignCenter|Qt::AlignHCenter|Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QToolButton" name="playpauseButton">
         <property name="text">
-         <string>play/pause</string>
+         <string>Play/Pause</string>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QToolButton" name="volMute">
         <property name="text">
-         <string>mute</string>
+         <string>Mute</string>
         </property>
        </widget>
       </item>
     <rect>
      <x>0</x>
      <y>0</y>
-     <width>798</width>
+     <width>796</width>
      <height>20</height>
     </rect>
    </property>
     </property>
     <addaction name="actionConfiguration"/>
     <addaction name="actionAbout"/>
+    <addaction name="actionPortrait"/>
+    <addaction name="actionLandscape"/>
+    <addaction name="actionAutoRotate"/>
    </widget>
    <addaction name="menuMenu"/>
   </widget>
     <string>About</string>
    </property>
   </action>
+  <action name="actionPortrait">
+   <property name="text">
+    <string>Portrait Mode</string>
+   </property>
+  </action>
+  <action name="actionLandscape">
+   <property name="text">
+    <string>Landscape Mode</string>
+   </property>
+  </action>
+  <action name="actionAutoRotate">
+   <property name="text">
+    <string>Auto Rotate</string>
+   </property>
+  </action>
  </widget>
  <resources/>
  <connections/>