From 9b37b05e3b706089bcfe51ca8524595ef38d7d47 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 9 Sep 2007 16:17:15 +0000 Subject: [PATCH] =?utf8?q?Qt4=20-=20Add=20a=20VLM.ui.=20Patch=20by=20Jean-?= =?utf8?q?Fran=C3=A7ois=20Massol?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- modules/gui/qt4/Modules.am | 4 +- modules/gui/qt4/ui/vlm.ui | 543 +++++++++++++++++++++++++++++++++++++ 2 files changed, 546 insertions(+), 1 deletion(-) create mode 100644 modules/gui/qt4/ui/vlm.ui diff --git a/modules/gui/qt4/Modules.am b/modules/gui/qt4/Modules.am index 3e1c997686..357da639b9 100644 --- a/modules/gui/qt4/Modules.am +++ b/modules/gui/qt4/Modules.am @@ -59,6 +59,7 @@ nodist_SOURCES_qt4 = \ ui/sprefs_video.h \ ui/sprefs_hotkeys.h \ ui/streampanel.h \ + ui/vlm.h \ ui/sout.h if ENABLE_QT4 @@ -140,7 +141,7 @@ noinst_HEADERS = \ dialogs/preferences.hpp \ dialogs/interaction.hpp \ dialogs/sout.hpp \ - dialogs/about.hpp \ + dialogs/about.hpp \ dialogs/help.hpp \ dialogs/gototime.hpp \ dialogs/open.hpp \ @@ -178,6 +179,7 @@ EXTRA_DIST += \ ui/sprefs_video.ui \ ui/streampanel.ui \ ui/sout.ui \ + ui/vlm.ui \ pixmaps/advanced.xpm \ pixmaps/audio.xpm \ pixmaps/codec.xpm \ diff --git a/modules/gui/qt4/ui/vlm.ui b/modules/gui/qt4/ui/vlm.ui new file mode 100644 index 0000000000..8a1830184c --- /dev/null +++ b/modules/gui/qt4/ui/vlm.ui @@ -0,0 +1,543 @@ + + Vlm + + + Qt::NonModal + + + + 0 + 0 + 632 + 602 + + + + + 5 + 5 + 0 + 0 + + + + Form + + + + + 10 + 10 + 611 + 351 + + + + Media configuration + + + + + 0 + 20 + 601 + 331 + + + + 1 + + + + Broadcast + + + + + 0 + 0 + 581 + 271 + + + + + 0 + + + 4 + + + + + Cancel + + + + + + + ... + + + + + + + + + + specify + + + + + + + + + + Input : + + + + + + + Add + + + + + + + + 5 + 5 + 0 + 0 + + + + Output : + + + + + + + Enable + + + + + + + Name : + + + + + + + + + + ... + + + + + + + Controls + + + + + + + + + Video On Demand + + + + + 0 + 0 + 581 + 271 + + + + + 0 + + + 4 + + + + + Input : + + + + + + + Add + + + + + + + + 5 + 5 + 0 + 0 + + + + Output : + + + + + + + ... + + + + + + + Name : + + + + + + + + + + Cancel + + + + + + + + + + ... + + + + + + + Enable + + + + + + + + + + specify + + + + + + + + + Schedule + + + + + 0 + 0 + 581 + 271 + + + + + 0 + + + 4 + + + + + ... + + + + + + + + 5 + 5 + 0 + 0 + + + + Output : + + + + + + + ... + + + + + + + + + + Add + + + + + + + Name : + + + + + + + Input : + + + + + + + + + + Cancel + + + + + + + + + + Enable + + + + + + + + + + + Qt::NonModal + + + true + + + + 10 + 370 + 611 + 221 + + + + + 0 + 7 + 0 + 0 + + + + + 0 + 0 + + + + + 0 + 0 + + + + false + + + Qt::ScrollBarAlwaysOff + + + true + + + true + + + + + Type + + + + + Media Name + + + + + Input + + + + + Output + + + + + State + + + + + + + MultiPageWidget + QWidget +
multipagewidget.h
+ 1 +
+
+ + + + BcastspecOut + clicked(bool) + BcastOutputLabel + setEnabled(bool) + + + 565 + 139 + + + 65 + 139 + + + + + BcastspecOut + clicked(bool) + BcastOutputLEdit + setEnabled(bool) + + + 565 + 139 + + + 362 + 139 + + + + + BcastspecOut + clicked(bool) + BcastOutputQToolButton + setEnabled(bool) + + + 565 + 139 + + + 468 + 139 + + + + + VODspecOut + clicked(bool) + VODOutputLabel + setEnabled(bool) + + + 565 + 217 + + + 65 + 217 + + + + + VODspecOut + clicked(bool) + VODOutputQToolButton + setEnabled(bool) + + + 565 + 217 + + + 468 + 217 + + + + + VODspecOut + clicked(bool) + VODOutputLEdit + setEnabled(bool) + + + 565 + 217 + + + 362 + 217 + + + + +
-- 2.39.5