Commit b57de680 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

First work on File_Open_Qt4...

parent 6ee4bbdd
<ui version="4.0" > <ui version="4.0" >
<author></author> <class>Dialog</class>
<comment></comment> <widget class="QDialog" name="Dialog" >
<exportmacro></exportmacro>
<class>FileOpen</class>
<widget class="QWidget" name="FileOpen" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>501</width> <width>624</width>
<height>298</height> <height>579</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
<string>_("Form")</string> <string>Dialog</string>
</property> </property>
<layout class="QVBoxLayout" > <widget class="QFrame" name="frame" >
<property name="margin" > <property name="geometry" >
<number>9</number> <rect>
<x>10</x>
<y>410</y>
<width>601</width>
<height>121</height>
</rect>
</property> </property>
<property name="spacing" > <property name="frameShape" >
<number>6</number> <enum>QFrame::StyledPanel</enum>
</property> </property>
<item> <property name="frameShadow" >
<layout class="QHBoxLayout" > <enum>QFrame::Raised</enum>
<property name="margin" > </property>
<number>0</number> <layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="0" >
<widget class="QLabel" name="label_6" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Personnalize"):&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="2" >
<widget class="QSpinBox" name="spinBox" />
</item>
<item row="0" column="4" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label_7" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Caching"):&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="3" >
<widget class="QLabel" name="label_8" >
<property name="text" >
<string>ms</string>
</property>
</widget>
</item>
<item row="1" column="2" colspan="3" >
<widget class="QLineEdit" name="lineEdit_4" />
</item>
</layout>
</widget>
<widget class="QPushButton" name="pushButton" >
<property name="geometry" >
<rect>
<x>400</x>
<y>540</y>
<width>101</width>
<height>29</height>
</rect>
</property>
<property name="text" >
<string>Cancel</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2" >
<property name="geometry" >
<rect>
<x>520</x>
<y>540</y>
<width>91</width>
<height>29</height>
</rect>
</property>
<property name="text" >
<string>Close</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6" >
<property name="geometry" >
<rect>
<x>510</x>
<y>390</y>
<width>83</width>
<height>27</height>
</rect>
</property>
<property name="text" >
<string>More...</string>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>601</width>
<height>371</height>
</rect>
</property>
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="tab" >
<attribute name="title" >
<string>_("File")</string>
</attribute>
<widget class="QGroupBox" name="groupBox" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>581</width>
<height>81</height>
</rect>
</property> </property>
<property name="spacing" > <property name="title" >
<number>6</number> <string>_("Media File")</string>
</property> </property>
<item> <widget class="QWidget" name="layoutWidget" >
<widget class="QLabel" name="label" > <property name="geometry" >
<property name="text" > <rect>
<string>_("File")</string> <x>10</x>
<y>20</y>
<width>561</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property> </property>
</widget> <property name="spacing" >
</item> <number>6</number>
<item>
<widget class="QLineEdit" name="fileInput" />
</item>
<item>
<widget class="QPushButton" name="browseButton" >
<property name="text" >
<string>_("Browse")</string>
</property> </property>
</widget> <item>
</item> <widget class="QLabel" name="label" >
</layout> <property name="sizePolicy" >
</item> <sizepolicy>
<item> <hsizetype>5</hsizetype>
<widget class="QGroupBox" name="groupBox" > <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Open") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="lineEdit" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
<property name="maxVisibleItems" >
<number>7</number>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_3" >
<property name="text" >
<string>_("Browse")</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="Line" name="line" >
<property name="geometry" >
<rect>
<x>140</x>
<y>100</y>
<width>320</width>
<height>16</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="Line" name="line_2" >
<property name="geometry" >
<rect>
<x>150</x>
<y>230</y>
<width>320</width>
<height>16</height>
</rect>
</property>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2" >
<property name="geometry" >
<rect>
<x>10</x>
<y>110</y>
<width>581</width>
<height>111</height>
</rect>
</property>
<property name="title" > <property name="title" >
<string>_("Subtitles file")</string> <string>_("Subtitles")</string>
</property> </property>
<property name="checkable" > <property name="checkable" >
<bool>true</bool> <bool>true</bool>
</property> </property>
<layout class="QVBoxLayout" > <property name="checked" >
<property name="margin" > <bool>false</bool>
<number>9</number> </property>
<widget class="QWidget" name="horizontalLayout_2" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>561</width>
<height>51</height>
</rect>
</property> </property>
<property name="spacing" > <layout class="QHBoxLayout" >
<number>6</number> <property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Open") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="lineEdit_2" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_4" >
<property name="text" >
<string>_("Browse")</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" native="1" name="horizontalLayout_4" >
<property name="geometry" >
<rect>
<x>20</x>
<y>60</y>
<width>571</width>
<height>41</height>
</rect>
</property> </property>
<item> <widget class="QWidget" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>181</width>
<height>24</height>
</rect>
</property>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" > <property name="margin" >
<number>0</number> <number>0</number>
</property> </property>
<property name="spacing" > <property name="spacing" >
<number>6</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="label_2" > <widget class="QLabel" name="label_4" >
<property name="text" > <property name="text" >
<string>_("File")</string> <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Size") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="subFileInput" /> <spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>20</height>
</size>
</property>
</spacer>
</item> </item>
<item> <item>
<widget class="QPushButton" name="subbrowseButon" > <widget class="QComboBox" name="comboBox" >
<item>
<property name="text" >
<string>_("Very Small)</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Small")</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Normal")</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Big")</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Very Big")</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>220</x>
<y>10</y>
<width>201</width>
<height>24</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_5" >
<property name="text" > <property name="text" >
<string>_("Browse")</string> <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Alignment") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property>
<property name="buddy" >
<cstring>label_5</cstring>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>10</width>
<height>21</height>
</size>
</property> </property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="comboBox_2" >
<item>
<property name="text" >
<string>_("Left")</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Center")</string>
</property>
</item>
<item>
<property name="text" >
<string>_("Right)</string>
</property>
</item>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </widget>
<item> <widget class="QToolButton" name="toolButton" >
<widget class="QGroupBox" name="groupBox_2" > <property name="geometry" >
<property name="title" > <rect>
<string>_("Advanced options")</string> <x>470</x>
</property> <y>10</y>
<layout class="QHBoxLayout" > <width>81</width>
<property name="margin" > <height>26</height>
<number>9</number> </rect>
</property>
<property name="text" >
<string>Options</string>
</property>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_3" >
<property name="geometry" >
<rect>
<x>10</x>
<y>260</y>
<width>581</width>
<height>71</height>
</rect>
</property>
<property name="title" >
<string>_("Extra Audio File")</string>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<property name="checked" >
<bool>false</bool>
</property>
<widget class="QWidget" name="horizontalLayout_3" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>561</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Open") :&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
</property> </property>
<property name="spacing" > </widget>
<number>6</number> </item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property> </property>
<item> <property name="sizeType" >
<layout class="QGridLayout" > <enum>QSizePolicy::Minimum</enum>
<property name="margin" > </property>
<number>5</number> <property name="sizeHint" >
</property> <size>
<property name="spacing" > <width>15</width>
<number>8</number> <height>20</height>
</property> </size>
<item row="1" column="0" > </property>
<widget class="QLabel" name="label_5" > </spacer>
<property name="text" > </item>
<string>_("FPS")</string> <item>
</property> <widget class="QComboBox" name="comboBox_3" >
</widget> <property name="sizePolicy" >
</item> <sizepolicy>
<item row="0" column="1" > <hsizetype>7</hsizetype>
<widget class="QComboBox" name="sizeCombo" /> <vsizetype>0</vsizetype>
</item> <horstretch>0</horstretch>
<item row="0" column="3" > <verstretch>0</verstretch>
<widget class="QComboBox" name="justCombo" /> </sizepolicy>
</item> </property>
<item row="1" column="2" > <property name="editable" >
<widget class="QLabel" name="label_6" > <bool>true</bool>
<property name="text" > </property>
<string>_("Delay")</string> </widget>
</property> </item>
</widget> <item>
</item> <spacer>
<item row="1" column="3" > <property name="orientation" >
<widget class="QDoubleSpinBox" name="delaySpin" /> <enum>Qt::Horizontal</enum>
</item> </property>
<item row="0" column="0" > <property name="sizeType" >
<widget class="QLabel" name="label_3" > <enum>QSizePolicy::Fixed</enum>
<property name="text" > </property>
<string>_("Font size")</string> <property name="sizeHint" >
</property> <size>
</widget> <width>15</width>
</item> <height>20</height>
<item row="0" column="2" > </size>
<widget class="QLabel" name="label_4" > </property>
<property name="text" > </spacer>
<string>_("Justification")</string> </item>
</property> <item>
</widget> <widget class="QPushButton" name="pushButton_5" >
</item> <property name="text" >
<item row="1" column="1" > <string>_("Browse")</string>
<widget class="QDoubleSpinBox" name="fpsSpin" /> </property>
</item> </widget>
<item row="2" column="0" > </item>
<widget class="QLabel" name="label_7" > </layout>
<property name="text" > </widget>
<string>_("Encoding")</string> </widget>
</property> <widget class="QPushButton" name="pushButton_7" >
</widget> <property name="geometry" >
</item> <rect>
<item row="2" column="1" colspan="2" > <x>500</x>
<widget class="QComboBox" name="comboBox" /> <y>250</y>
</item> <width>81</width>
</layout> <height>27</height>
</item> </rect>
</layout> </property>
</widget> <property name="text" >
</item> <string>Extra Audio</string>
</layout> </property>
</widget>
</widget>
<widget class="QWidget" name="tab_Disk" >
<attribute name="title" >
<string>_("Disk")</string>
</attribute>
<widget class="QGroupBox" name="groupBox_4" >
<property name="geometry" >
<rect>
<x>10</x>
<y>20</y>
<width>151</width>
<height>241</height>
</rect>
</property>
<property name="title" >
<string>_("Disc Type")</string>
</property>
<widget class="QWidget" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>10</x>
<y>30</y>
<width>114</width>
<height>111</height>
</rect>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="1" column="1" >
<widget class="QCheckBox" name="checkBox" >
<property name="text" >
<string>Menus</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" colspan="2" >
<widget class="QRadioButton" name="radioButton" >
<property name="text" >
<string>DVD</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QRadioButton" name="radioButton_2" >
<property name="text" >
<string>SVCD/VCD</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<widget class="QRadioButton" name="radioButton_3" >
<property name="text" >
<string>Audio CD</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_5" >
<property name="geometry" >
<rect>
<x>180</x>
<y>20</y>
<width>401</width>
<height>241</height>
</rect>
</property>
<property name="title" >
<string>_("Options")</string>
</property>
<widget class="QWidget" name="gridLayout" >
<property name="geometry" >
<rect>
<x>10</x>
<y>30</y>
<width>371</width>
<height>179</height>
</rect>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" >
<widget class="QLabel" name="label_9" >
<property name="text" >
<string>_("Peripheric Path") :</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QComboBox" name="comboBox_4" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2" >
<widget class="QPushButton" name="pushButton_8" >
<property name="text" >
<string>_("Browse")</string>
</property>
</widget>
</item>
<item row="5" column="0" >
<widget class="QLabel" name="label_13" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Audio Channel") &lt;/span>:&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item row="3" column="0" >
<widget class="QLabel" name="label_11" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Chapter") &lt;/span>:&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item row="4" column="0" >
<widget class="QLabel" name="label_12" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-style:italic;">_("Subtitles") &lt;/span>:&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="QSpinBox" name="spinBox_5" />
</item>
<item row="5" column="1" >
<widget class="QSpinBox" name="spinBox_3" />
</item>
<item row="3" column="1" >
<widget class="QSpinBox" name="spinBox_4" />
</item>
<item row="2" column="1" >
<widget class="QSpinBox" name="spinBox_2" />
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_10" >
<property name="text" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">_&lt;span style=" font-style:italic;">("Entry") &lt;/span>: &lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
</item>
<item row="1" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget> </widget>
</item> </widget>
</layout> </widget>
</widget> </widget>
<pixmapfunction></pixmapfunction> <tabstops>
<tabstop>lineEdit</tabstop>
<tabstop>pushButton_3</tabstop>
<tabstop>lineEdit_2</tabstop>
<tabstop>pushButton_4</tabstop>
<tabstop>comboBox</tabstop>
<tabstop>comboBox_2</tabstop>
<tabstop>toolButton</tabstop>
<tabstop>pushButton_7</tabstop>
<tabstop>comboBox_3</tabstop>
<tabstop>pushButton_5</tabstop>
<tabstop>pushButton_6</tabstop>
<tabstop>spinBox</tabstop>
<tabstop>lineEdit_4</tabstop>
<tabstop>pushButton</tabstop>
<tabstop>pushButton_2</tabstop>
<tabstop>tabWidget</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment