Changeset e1901193c03cff2dfeca1c00f4c856d569317fc7
- Timestamp:
- 06/25/08 06:34:28
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214368468 -0700
- git-parent:
[8313bcef7ecfad913eefa5c30f7e5641d2b74664]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214368468 -0700
- Message:
Very small fixes on UI.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r2d22d0e |
re190119 |
|
| 8 | 8 | <y>0</y> |
|---|
| 9 | 9 | <width>358</width> |
|---|
| 10 | | <height>163</height> |
|---|
| | 10 | <height>177</height> |
|---|
| 11 | 11 | </rect> |
|---|
| 12 | 12 | </property> |
|---|
| … | … | |
| 53 | 53 | </widget> |
|---|
| 54 | 54 | </item> |
|---|
| 55 | | <item row="4" column="0" > |
|---|
| | 55 | <item row="5" column="0" colspan="4" > |
|---|
| | 56 | <spacer> |
|---|
| | 57 | <property name="orientation" > |
|---|
| | 58 | <enum>Qt::Vertical</enum> |
|---|
| | 59 | </property> |
|---|
| | 60 | <property name="sizeType" > |
|---|
| | 61 | <enum>QSizePolicy::MinimumExpanding</enum> |
|---|
| | 62 | </property> |
|---|
| | 63 | <property name="sizeHint" stdset="0" > |
|---|
| | 64 | <size> |
|---|
| | 65 | <width>20</width> |
|---|
| | 66 | <height>30</height> |
|---|
| | 67 | </size> |
|---|
| | 68 | </property> |
|---|
| | 69 | </spacer> |
|---|
| | 70 | </item> |
|---|
| | 71 | <item row="4" column="3" > |
|---|
| 56 | 72 | <widget class="QPushButton" name="advancedButton" > |
|---|
| 57 | 73 | <property name="toolTip" > |
|---|
| … | … | |
| 63 | 79 | </widget> |
|---|
| 64 | 80 | </item> |
|---|
| 65 | | <item row="5" column="0" colspan="4" > |
|---|
| 66 | | <spacer> |
|---|
| 67 | | <property name="orientation" > |
|---|
| 68 | | <enum>Qt::Vertical</enum> |
|---|
| 69 | | </property> |
|---|
| 70 | | <property name="sizeType" > |
|---|
| 71 | | <enum>QSizePolicy::MinimumExpanding</enum> |
|---|
| 72 | | </property> |
|---|
| 73 | | <property name="sizeHint" > |
|---|
| 74 | | <size> |
|---|
| 75 | | <width>20</width> |
|---|
| 76 | | <height>30</height> |
|---|
| 77 | | </size> |
|---|
| 78 | | </property> |
|---|
| 79 | | </spacer> |
|---|
| 80 | | </item> |
|---|
| 81 | 81 | </layout> |
|---|
| 82 | 82 | </widget> |
|---|
| r3de5c39 |
re190119 |
|
| 80 | 80 | <widget class="QLineEdit" name="addressText" > |
|---|
| 81 | 81 | <property name="toolTip" > |
|---|
| 82 | | <string>_("Enter the URL of the network stream here,\nwith or without the protocol.")</string> |
|---|
| | 82 | <string>_("Enter the URL of the network stream here, |
|---|
| | 83 | with or without the protocol.")</string> |
|---|
| 83 | 84 | </property> |
|---|
| 84 | 85 | </widget> |
|---|