]> git.sesse.net Git - kdenlive/blob - src/ui/wizardmltcheck_ui.ui
Change invalid dialog message.
[kdenlive] / src / ui / wizardmltcheck_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>WizardMltCheck_UI</class>
4  <widget class="QWidget" name="WizardMltCheck_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>451</width>
10     <height>284</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout_3">
14    <item row="0" column="0">
15     <widget class="QTabWidget" name="tabWidget">
16      <property name="currentIndex">
17       <number>0</number>
18      </property>
19      <widget class="QWidget" name="tab">
20       <attribute name="title">
21        <string>Installed modules</string>
22       </attribute>
23       <layout class="QGridLayout" name="gridLayout_2">
24        <item row="0" column="0">
25         <widget class="QTreeWidget" name="programList">
26          <property name="sizePolicy">
27           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
28            <horstretch>0</horstretch>
29            <verstretch>0</verstretch>
30           </sizepolicy>
31          </property>
32          <property name="alternatingRowColors">
33           <bool>true</bool>
34          </property>
35          <property name="rootIsDecorated">
36           <bool>false</bool>
37          </property>
38          <property name="columnCount">
39           <number>2</number>
40          </property>
41          <attribute name="headerVisible">
42           <bool>false</bool>
43          </attribute>
44          <attribute name="headerVisible">
45           <bool>false</bool>
46          </attribute>
47          <column>
48           <property name="text">
49            <string>1</string>
50           </property>
51          </column>
52          <column>
53           <property name="text">
54            <string notr="true">2</string>
55           </property>
56          </column>
57         </widget>
58        </item>
59       </layout>
60      </widget>
61      <widget class="QWidget" name="tab_2">
62       <attribute name="title">
63        <string>Available Codecs (avformat)</string>
64       </attribute>
65       <layout class="QGridLayout" name="gridLayout">
66        <item row="1" column="0">
67         <widget class="QListWidget" name="acodecs_list">
68          <property name="alternatingRowColors">
69           <bool>true</bool>
70          </property>
71         </widget>
72        </item>
73        <item row="1" column="1">
74         <widget class="QListWidget" name="vcodecs_list">
75          <property name="alternatingRowColors">
76           <bool>true</bool>
77          </property>
78         </widget>
79        </item>
80        <item row="1" column="2">
81         <widget class="QListWidget" name="formats_list">
82          <property name="alternatingRowColors">
83           <bool>true</bool>
84          </property>
85         </widget>
86        </item>
87        <item row="0" column="2">
88         <widget class="QLabel" name="label_3">
89          <property name="text">
90           <string>Formats</string>
91          </property>
92         </widget>
93        </item>
94        <item row="0" column="1">
95         <widget class="QLabel" name="label_2">
96          <property name="text">
97           <string>Video Codecs</string>
98          </property>
99         </widget>
100        </item>
101        <item row="0" column="0">
102         <widget class="QLabel" name="label">
103          <property name="text">
104           <string>Audio Codecs</string>
105          </property>
106         </widget>
107        </item>
108       </layout>
109       <zorder>acodecs_list</zorder>
110       <zorder>vcodecs_list</zorder>
111       <zorder>formats_list</zorder>
112       <zorder>label_3</zorder>
113       <zorder>label_2</zorder>
114       <zorder>label</zorder>
115      </widget>
116     </widget>
117    </item>
118   </layout>
119  </widget>
120  <resources/>
121  <connections/>
122 </ui>