Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Gautam Chitnis
web-ui-redesign
Commits
faaec5e9
Commit
faaec5e9
authored
Nov 27, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for missing resizing in sout dialog.
Patch by Leo Spalteholz, thanks.
parent
adb1e873
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs/sout.cpp
+2
-3
modules/gui/qt4/dialogs/sout.hpp
modules/gui/qt4/dialogs/sout.hpp
+0
-1
modules/gui/qt4/ui/sout.ui
modules/gui/qt4/ui/sout.ui
+3
-3
No files found.
modules/gui/qt4/dialogs/sout.cpp
View file @
faaec5e9
...
...
@@ -29,11 +29,10 @@
SoutDialog
::
SoutDialog
(
intf_thread_t
*
_p_intf
)
:
QVLCFrame
(
_p_intf
)
{
setWindowTitle
(
qtr
(
"Stream output"
)
);
main
=
new
QWidget
(
this
);
//setWindowTitle( qtr( "Stream output") );
/* UI stuff */
ui
.
setupUi
(
main
);
ui
.
setupUi
(
this
);
#define ADD_VCODEC( name, fcc) ui.vCodec->addItem( name, QVariant( fcc ) );
ADD_VCODEC
(
"MPEG-1"
,
"mp1v"
);
ADD_VCODEC
(
"MPEG-2"
,
"mp2v"
);
...
...
modules/gui/qt4/dialogs/sout.hpp
View file @
faaec5e9
...
...
@@ -36,7 +36,6 @@ class SoutDialog : public QVLCFrame
Q_OBJECT
;
public:
SoutDialog
(
intf_thread_t
*
);
QWidget
*
main
;
private:
Ui
::
Sout
ui
;
public
slots
:
...
...
modules/gui/qt4/ui/sout.ui
View file @
faaec5e9
...
...
@@ -5,12 +5,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>6
3
0</width>
<height>6
60
</height>
<width>60
1
</width>
<height>6
11
</height>
</rect>
</property>
<property name="windowTitle" >
<string>
Form
</string>
<string>
Stream Output
</string>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment