Commit 25ceff3f authored by Felix Paul Kühne's avatar Felix Paul Kühne

qt4 - some string unifications. Open for comments.. ;)

parent 747daa90
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>617</width> <width>770</width>
<height>678</height> <height>821</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy" >
...@@ -533,7 +533,7 @@ ...@@ -533,7 +533,7 @@
<bool>true</bool> <bool>true</bool>
</property> </property>
<attribute name="title" > <attribute name="title" >
<string>_("Video Codec")</string> <string>_("Video codec")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
</widget> </widget>
<widget class="QWidget" name="audioCodec" > <widget class="QWidget" name="audioCodec" >
<attribute name="title" > <attribute name="title" >
<string>_("Audio Codec")</string> <string>_("Audio codec")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>550</width> <width>550</width>
<height>725</height> <height>762</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
<item row="2" column="0" > <item row="2" column="0" >
<widget class="QLabel" name="label_5" > <widget class="QLabel" name="label_5" >
<property name="text" > <property name="text" >
<string>_("Visualisation")</string> <string>_("Visualization")</string>
</property> </property>
</widget> </widget>
</item> </item>
......
...@@ -13,9 +13,6 @@ ...@@ -13,9 +13,6 @@
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" > <property name="spacing" >
<number>10</number> <number>10</number>
</property> </property>
...@@ -25,12 +22,6 @@ ...@@ -25,12 +22,6 @@
<string>_("On Screen Display")</string> <string>_("On Screen Display")</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QCheckBox" name="OSDBox" > <widget class="QCheckBox" name="OSDBox" >
<property name="text" > <property name="text" >
...@@ -50,9 +41,7 @@ ...@@ -50,9 +41,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox_2" > <widget class="QGroupBox" name="groupBox_2" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy> <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
...@@ -61,16 +50,10 @@ ...@@ -61,16 +50,10 @@
<string>_("Subtitles languages")</string> <string>_("Subtitles languages")</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="label" > <widget class="QLabel" name="label" >
<property name="text" > <property name="text" >
<string>_("Subtitles preferred language")</string> <string>_("Preferred Subtitle language")</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -103,12 +86,6 @@ ...@@ -103,12 +86,6 @@
<string>_("Display Settings")</string> <string>_("Display Settings")</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="3" column="1" colspan="2" > <item row="3" column="1" colspan="2" >
<widget class="QComboBox" name="effect" /> <widget class="QComboBox" name="effect" />
</item> </item>
...@@ -125,7 +102,7 @@ ...@@ -125,7 +102,7 @@
<item row="2" column="0" > <item row="2" column="0" >
<widget class="QLabel" name="label_4" > <widget class="QLabel" name="label_4" >
<property name="text" > <property name="text" >
<string>_("Font Color")</string> <string>_("Font color")</string>
</property> </property>
</widget> </widget>
</item> </item>
......
<ui version="4.0" > <ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>BroadcastPanel</class> <class>BroadcastPanel</class>
<widget class="QWidget" name="BroadcastPanel" > <widget class="QWidget" name="BroadcastPanel" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>627</width> <width>745</width>
<height>373</height> <height>373</height>
</rect> </rect>
</property> </property>
...@@ -16,14 +13,14 @@ ...@@ -16,14 +13,14 @@
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item rowspan="3" row="0" column="0" colspan="3" > <item rowspan="3" row="0" column="0" colspan="3" >
<widget class="QTreeWidget" name="inputList" /> <widget class="QTreeWidget" name="inputList" >
<column>
<property name="text" >
<string>1</string>
</property>
</column>
</widget>
</item> </item>
<item rowspan="2" row="2" column="3" > <item rowspan="2" row="2" column="3" >
<widget class="QGroupBox" name="statsBox" > <widget class="QGroupBox" name="statsBox" >
...@@ -38,12 +35,6 @@ ...@@ -38,12 +35,6 @@
<string>Stuff</string> <string>Stuff</string>
</property> </property>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QPushButton" name="deleteButton" > <widget class="QPushButton" name="deleteButton" >
<property name="text" > <property name="text" >
...@@ -67,12 +58,6 @@ ...@@ -67,12 +58,6 @@
<string>_("Control")</string> <string>_("Control")</string>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QRadioButton" name="manualRadio" > <widget class="QRadioButton" name="manualRadio" >
<property name="text" > <property name="text" >
...@@ -103,12 +88,6 @@ ...@@ -103,12 +88,6 @@
<string>_("Status")</string> <string>_("Status")</string>
</property> </property>
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item> <item>
<widget class="QPushButton" name="playPauseButton" > <widget class="QPushButton" name="playPauseButton" >
<property name="text" > <property name="text" >
...@@ -150,27 +129,26 @@ ...@@ -150,27 +129,26 @@
<item row="3" column="0" > <item row="3" column="0" >
<widget class="QPushButton" name="addInputButton" > <widget class="QPushButton" name="addInputButton" >
<property name="text" > <property name="text" >
<string>_("Add input")</string> <string>_("Add Input")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" > <item row="3" column="1" >
<widget class="QPushButton" name="editInputButton" > <widget class="QPushButton" name="editInputButton" >
<property name="text" > <property name="text" >
<string>_("Edit input")</string> <string>_("Edit Input")</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="2" > <item row="3" column="2" >
<widget class="QPushButton" name="clearInputsButton" > <widget class="QPushButton" name="clearInputsButton" >
<property name="text" > <property name="text" >
<string>_("Clear list")</string> <string>_("Clear List")</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </widget>
<pixmapfunction></pixmapfunction>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>472</width> <width>517</width>
<height>320</height> <height>320</height>
</rect> </rect>
</property> </property>
<property name="currentIndex" > <property name="currentIndex" >
<number>1</number> <number>5</number>
</property> </property>
<widget class="QWidget" name="tab" > <widget class="QWidget" name="tab" >
<attribute name="title" > <attribute name="title" >
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QComboBox" name="transformTypeCombo" /> <widget class="QComboBox" name="transformTypeCombo" />
</item> </item>
</layout> </layout>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="label_29" > <widget class="QLabel" name="label_29" >
<property name="text" > <property name="text" >
<string>_("Sigma")</string> <string>_("Sigma")</string>
...@@ -226,7 +226,7 @@ ...@@ -226,7 +226,7 @@
<string>_("Color fun")</string> <string>_("Color fun")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="1" column="1" > <item row="1" column="1" >
<widget class="QGroupBox" name="extractEnable" > <widget class="QGroupBox" name="extractEnable" >
<property name="title" > <property name="title" >
<string>_("Color extraction")</string> <string>_("Color extraction")</string>
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="label_6" > <widget class="QLabel" name="label_6" >
<property name="text" > <property name="text" >
<string>_("Color")</string> <string>_("Color")</string>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
<item row="0" column="1" > <item row="0" column="1" >
<widget class="QCheckBox" name="invertEnable" > <widget class="QCheckBox" name="invertEnable" >
<property name="text" > <property name="text" >
<string>_("Color invert")</string> <string>_("Invert colors")</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -274,7 +274,7 @@ ...@@ -274,7 +274,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="2" column="0" > <item row="2" column="0" >
<widget class="QLabel" name="label_14" > <widget class="QLabel" name="label_14" >
<property name="text" > <property name="text" >
<string>_("Similarity")</string> <string>_("Similarity")</string>
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
<string>_("Some random name")</string> <string>_("Some random name")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="1" column="0" > <item row="1" column="0" >
<widget class="QCheckBox" name="magnifyEnable" > <widget class="QCheckBox" name="magnifyEnable" >
<property name="text" > <property name="text" >
<string>_("Magnification")</string> <string>_("Magnification")</string>
...@@ -345,7 +345,7 @@ ...@@ -345,7 +345,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="1" > <item row="0" column="1" >
<widget class="QDial" name="rotateAngleDial" > <widget class="QDial" name="rotateAngleDial" >
<property name="maximum" > <property name="maximum" >
<number>359</number> <number>359</number>
...@@ -389,7 +389,7 @@ ...@@ -389,7 +389,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="1" > <item row="0" column="1" >
<widget class="QSpinBox" name="puzzleRowsSpin" > <widget class="QSpinBox" name="puzzleRowsSpin" >
<property name="minimum" > <property name="minimum" >
<number>1</number> <number>1</number>
...@@ -440,7 +440,7 @@ ...@@ -440,7 +440,7 @@
<string>_("Image modification")</string> <string>_("Image modification")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="2" column="0" > <item row="2" column="0" >
<widget class="QCheckBox" name="waveEnable" > <widget class="QCheckBox" name="waveEnable" >
<property name="text" > <property name="text" >
<string>_("Waves")</string> <string>_("Waves")</string>
...@@ -487,7 +487,7 @@ ...@@ -487,7 +487,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="label_25" > <widget class="QLabel" name="label_25" >
<property name="text" > <property name="text" >
<string>_("Factor")</string> <string>_("Factor")</string>
...@@ -531,7 +531,7 @@ ...@@ -531,7 +531,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="label_18" > <widget class="QLabel" name="label_18" >
<property name="text" > <property name="text" >
<string>_("Mode")</string> <string>_("Mode")</string>
...@@ -565,7 +565,7 @@ ...@@ -565,7 +565,7 @@
<string>_("Find a name")</string> <string>_("Find a name")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item rowspan="2" row="0" column="1" > <item rowspan="2" row="0" column="1" >
<widget class="QGroupBox" name="eraseEnable" > <widget class="QGroupBox" name="eraseEnable" >
<property name="title" > <property name="title" >
<string>_("Logo erase")</string> <string>_("Logo erase")</string>
...@@ -577,7 +577,7 @@ ...@@ -577,7 +577,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="1" column="0" > <item row="1" column="0" >
<widget class="QLabel" name="label_16" > <widget class="QLabel" name="label_16" >
<property name="text" > <property name="text" >
<string>_("Top")</string> <string>_("Top")</string>
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="label_9" > <widget class="QLabel" name="label_9" >
<property name="text" > <property name="text" >
<string>_("Number of clones")</string> <string>_("Number of clones")</string>
...@@ -654,7 +654,7 @@ ...@@ -654,7 +654,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QLabel" name="label_31" > <widget class="QLabel" name="label_31" >
<property name="text" > <property name="text" >
<string>_("Rows")</string> <string>_("Rows")</string>
...@@ -698,7 +698,7 @@ ...@@ -698,7 +698,7 @@
<string>_("Overlay")</string> <string>_("Overlay")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="0" column="0" > <item row="0" column="0" >
<widget class="QGroupBox" name="marqEnable" > <widget class="QGroupBox" name="marqEnable" >
<property name="title" > <property name="title" >
<string>_("Add text")</string> <string>_("Add text")</string>
...@@ -710,7 +710,7 @@ ...@@ -710,7 +710,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="1" column="0" > <item row="1" column="0" >
<widget class="QLabel" name="label_24" > <widget class="QLabel" name="label_24" >
<property name="text" > <property name="text" >
<string>_("Position")</string> <string>_("Position")</string>
...@@ -745,7 +745,7 @@ ...@@ -745,7 +745,7 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="3" column="0" > <item row="3" column="0" >
<widget class="QLabel" name="label_22" > <widget class="QLabel" name="label_22" >
<property name="text" > <property name="text" >
<string>_("Transparency")</string> <string>_("Transparency")</string>
...@@ -808,7 +808,7 @@ ...@@ -808,7 +808,7 @@
<string>_("Advanced video filter controls")</string> <string>_("Advanced video filter controls")</string>
</attribute> </attribute>
<layout class="QGridLayout" > <layout class="QGridLayout" >
<item row="2" column="1" colspan="2" > <item row="2" column="1" colspan="2" >
<widget class="QLineEdit" name="subpictureFilterText" /> <widget class="QLineEdit" name="subpictureFilterText" />
</item> </item>
<item row="2" column="0" > <item row="2" column="0" >
......
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