]> git.sesse.net Git - vlc/blob - modules/gui/qt4/ui/vlm.ui
Qt4 - Preferences, don't remove the widgets to re-add them! Just use hide/show.....
[vlc] / modules / gui / qt4 / ui / vlm.ui
1 <ui version="4.0" >
2  <class>Vlm</class>
3  <widget class="QWidget" name="Vlm" >
4   <property name="windowModality" >
5    <enum>Qt::NonModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>640</width>
12     <height>640</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
17     <horstretch>0</horstretch>
18     <verstretch>0</verstretch>
19    </sizepolicy>
20   </property>
21   <property name="windowTitle" >
22    <string>_("VLM configurator")</string>
23   </property>
24   <layout class="QGridLayout" >
25    <item row="0" column="0" >
26     <widget class="QGroupBox" name="groupBox" >
27      <property name="minimumSize" >
28       <size>
29        <width>0</width>
30        <height>300</height>
31       </size>
32      </property>
33      <property name="title" >
34       <string>Media configuration</string>
35      </property>
36     </widget>
37    </item>
38    <item row="1" column="0" >
39     <widget class="QTableWidget" name="mediasDB" >
40      <property name="windowModality" >
41       <enum>Qt::NonModal</enum>
42      </property>
43      <property name="enabled" >
44       <bool>true</bool>
45      </property>
46      <property name="sizePolicy" >
47       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
48        <horstretch>0</horstretch>
49        <verstretch>0</verstretch>
50       </sizepolicy>
51      </property>
52      <property name="minimumSize" >
53       <size>
54        <width>0</width>
55        <height>220</height>
56       </size>
57      </property>
58      <property name="sizeIncrement" >
59       <size>
60        <width>0</width>
61        <height>0</height>
62       </size>
63      </property>
64      <property name="baseSize" >
65       <size>
66        <width>0</width>
67        <height>0</height>
68       </size>
69      </property>
70      <property name="autoFillBackground" >
71       <bool>false</bool>
72      </property>
73      <property name="horizontalScrollBarPolicy" >
74       <enum>Qt::ScrollBarAlwaysOff</enum>
75      </property>
76      <property name="selectionMode" >
77       <enum>QAbstractItemView::MultiSelection</enum>
78      </property>
79      <property name="showGrid" >
80       <bool>true</bool>
81      </property>
82      <property name="sortingEnabled" >
83       <bool>true</bool>
84      </property>
85      <row/>
86      <column>
87       <property name="text" >
88        <string>Type</string>
89       </property>
90      </column>
91      <column>
92       <property name="text" >
93        <string>Media Name</string>
94       </property>
95      </column>
96      <column>
97       <property name="text" >
98        <string>Input</string>
99       </property>
100      </column>
101      <column>
102       <property name="text" >
103        <string>Output</string>
104       </property>
105      </column>
106      <column>
107       <property name="text" >
108        <string>State</string>
109       </property>
110      </column>
111     </widget>
112    </item>
113    <item row="2" column="0" >
114     <widget class="QDialogButtonBox" name="buttonBox" >
115      <property name="standardButtons" >
116       <set>QDialogButtonBox::NoButton</set>
117      </property>
118     </widget>
119    </item>
120   </layout>
121  </widget>
122  <resources/>
123  <connections/>
124 </ui>