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

Qt4 - Add various tooltips: Open (1)

parent 84fcf61b
......@@ -32,6 +32,9 @@
</item>
<item>
<widget class="QCheckBox" name="advancedCheckBox" >
<property name="toolTip" >
<string>Show extended options</string>
</property>
<property name="text" >
<string>Show &amp;more options</string>
</property>
......
......@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>246</height>
<width>475</width>
<height>287</height>
</rect>
</property>
<property name="windowTitle" >
......@@ -32,14 +32,7 @@
<property name="spacing" >
<number>6</number>
</property>
<item row="0" column="4" >
<widget class="QRadioButton" name="vcdRadioButton" >
<property name="text" >
<string>SVCD/VCD</string>
</property>
</widget>
</item>
<item row="0" column="5" >
<item row="0" column="7" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
......@@ -52,13 +45,6 @@
</property>
</spacer>
</item>
<item row="2" column="0" colspan="2" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>Disk device</string>
</property>
</widget>
</item>
<item row="0" column="3" >
<spacer>
<property name="orientation" >
......@@ -72,33 +58,27 @@
</property>
</spacer>
</item>
<item row="0" column="1" colspan="2" >
<widget class="QRadioButton" name="dvdRadioButton" >
<property name="layoutDirection" >
<enum>Qt::LeftToRight</enum>
</property>
<property name="text" >
<string>DVD</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="2" colspan="5" >
<item row="3" column="2" colspan="5" >
<widget class="QComboBox" name="deviceCombo" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="7" >
<item row="3" column="7" >
<widget class="QToolButton" name="toolButton" >
<property name="text" >
<string>Browse...</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>Disk device</string>
</property>
</widget>
</item>
<item row="0" column="6" >
<widget class="QRadioButton" name="audioCDRadioButton" >
<property name="text" >
......@@ -106,36 +86,66 @@
</property>
</widget>
</item>
<item row="0" column="0" >
<item row="0" column="1" colspan="2" >
<widget class="QRadioButton" name="dvdRadioButton" >
<property name="layoutDirection" >
<enum>Qt::LeftToRight</enum>
</property>
<property name="text" >
<string>DVD</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="4" >
<widget class="QRadioButton" name="vcdRadioButton" >
<property name="text" >
<string>SVCD/VCD</string>
</property>
</widget>
</item>
<item row="0" column="5" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>21</width>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="7" >
<item row="2" column="1" colspan="6" >
<widget class="Line" name="line" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<width>21</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1" colspan="6" >
<widget class="Line" name="line" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
<item row="1" column="1" colspan="4" >
<widget class="QCheckBox" name="dvdsimple" >
<property name="toolTip" >
<string>Disable DVD Menus (for compatibility)</string>
</property>
<property name="text" >
<string>No DVD Menus</string>
</property>
</widget>
</item>
......
......@@ -60,7 +60,11 @@
</widget>
</item>
<item row="0" column="0" colspan="3" >
<widget class="QWidget" native="1" name="tempWidget" />
<widget class="QWidget" native="1" name="tempWidget" >
<property name="toolTip" >
<string>Choose one or more media file to open</string>
</property>
</widget>
</item>
<item row="2" column="2" >
<spacer>
......@@ -80,6 +84,9 @@
</item>
<item row="3" column="0" colspan="2" >
<widget class="QCheckBox" name="subCheckBox" >
<property name="toolTip" >
<string>Add a subtitle file</string>
</property>
<property name="text" >
<string>Use a sub&amp;titles file</string>
</property>
......@@ -139,6 +146,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip" >
<string>Set subtitle alignement</string>
</property>
<property name="currentIndex" >
<number>-1</number>
</property>
......@@ -181,6 +191,9 @@
<height>0</height>
</size>
</property>
<property name="toolTip" >
<string>Set default subtitle size</string>
</property>
</widget>
</item>
<item row="1" column="1" >
......
......@@ -33,7 +33,11 @@
<number>6</number>
</property>
<item row="1" column="0" >
<widget class="QComboBox" name="protocolCombo" />
<widget class="QComboBox" name="protocolCombo" >
<property name="toolTip" >
<string>Set the protocol for the URL</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
......@@ -75,7 +79,11 @@
</widget>
</item>
<item row="1" column="1" >
<widget class="QLineEdit" name="addressText" />
<widget class="QLineEdit" name="addressText" >
<property name="toolTip" >
<string>Enter the URL of the network stream here,\nwith or without the protocol.</string>
</property>
</widget>
</item>
</layout>
</widget>
......
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