Update async methods! Now valid ip is detected
[vlc-remote] / playlistmainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PlayListMainWindow</class>
4  <widget class="QMainWindow" name="PlayListMainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Playlist</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QVBoxLayout" name="verticalLayout">
18     <item>
19      <widget class="QListWidget" name="listWidget">
20       <item>
21        <property name="text">
22         <string>not yet done</string>
23        </property>
24       </item>
25       <item>
26        <property name="text">
27         <string>not yet done</string>
28        </property>
29       </item>
30       <item>
31        <property name="text">
32         <string>not yet done</string>
33        </property>
34       </item>
35      </widget>
36     </item>
37     <item>
38      <layout class="QHBoxLayout" name="horizontalLayout">
39       <item>
40        <widget class="QToolButton" name="shuffleButton">
41         <property name="text">
42          <string>Shuffle</string>
43         </property>
44         <property name="checkable">
45          <bool>true</bool>
46         </property>
47        </widget>
48       </item>
49       <item>
50        <widget class="QToolButton" name="loopButton">
51         <property name="text">
52          <string>Loop</string>
53         </property>
54         <property name="checkable">
55          <bool>true</bool>
56         </property>
57        </widget>
58       </item>
59       <item>
60        <widget class="QToolButton" name="repeatButton">
61         <property name="text">
62          <string>Repeat</string>
63         </property>
64         <property name="checkable">
65          <bool>true</bool>
66         </property>
67        </widget>
68       </item>
69       <item>
70        <widget class="QToolButton" name="playButton">
71         <property name="text">
72          <string>Play</string>
73         </property>
74        </widget>
75       </item>
76       <item>
77        <spacer name="horizontalSpacer">
78         <property name="orientation">
79          <enum>Qt::Horizontal</enum>
80         </property>
81         <property name="sizeHint" stdset="0">
82          <size>
83           <width>40</width>
84           <height>20</height>
85          </size>
86         </property>
87        </spacer>
88       </item>
89      </layout>
90     </item>
91     <item>
92      <layout class="QHBoxLayout" name="horizontalLayout_2">
93       <item>
94        <widget class="QPushButton" name="clearButton">
95         <property name="text">
96          <string>Clear all</string>
97         </property>
98        </widget>
99       </item>
100       <item>
101        <widget class="QPushButton" name="removeButton">
102         <property name="text">
103          <string>Remove</string>
104         </property>
105        </widget>
106       </item>
107      </layout>
108     </item>
109    </layout>
110   </widget>
111   <widget class="QMenuBar" name="menubar">
112    <property name="geometry">
113     <rect>
114      <x>0</x>
115      <y>0</y>
116      <width>800</width>
117      <height>25</height>
118     </rect>
119    </property>
120    <widget class="QMenu" name="menuConfiguration">
121     <property name="title">
122      <string>menu</string>
123     </property>
124     <addaction name="actionConfiguration"/>
125     <addaction name="actionAbout"/>
126    </widget>
127    <addaction name="menuConfiguration"/>
128   </widget>
129   <action name="actionConfiguration">
130    <property name="text">
131     <string>configuration</string>
132    </property>
133   </action>
134   <action name="actionAbout">
135    <property name="text">
136     <string>About</string>
137    </property>
138   </action>
139  </widget>
140  <resources/>
141  <connections/>
142 </ui>