From 452008a3cc78a3e5434513fa30e1ef8f508be37c Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 13 Dec 2009 01:28:28 +0200 Subject: [PATCH] mainwnd: misc. ui tweaks. --- rc/mainwnd.ui | 287 ++++++++++++++++++++++++++-------------------------------- 1 file changed, 129 insertions(+), 158 deletions(-) diff --git a/rc/mainwnd.ui b/rc/mainwnd.ui index 3b71134..50b19ea 100644 --- a/rc/mainwnd.ui +++ b/rc/mainwnd.ui @@ -8,7 +8,7 @@ 0 0 545 - 423 + 389 @@ -63,19 +63,19 @@ - + - Paste from clipboard + Remove from list - :/edit-paste.png:/edit-paste.png + :/list-remove.png:/list-remove.png @@ -86,19 +86,19 @@ - + - Remove from list + Paste from clipboard - :/list-remove.png:/list-remove.png + :/edit-paste.png:/edit-paste.png @@ -109,6 +109,19 @@ + + + Qt::Vertical + + + + 20 + 40 + + + + + Clear list @@ -452,6 +465,19 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + @@ -492,127 +518,102 @@ &Options - + - - - - - - false - - - - - - - - - - - V&ideo formats... - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - - - Title cleanup re&gular expression: - - - regexpEdit - - - - - - - Regular expression used to clean up video titles before they are used for + + + + + + + Title cleanup re&gular expression: + + + regexpEdit + + + + + + + Substitute in filename regexp.: + + + + + + + Title &character-class + + + cclassEdit + + + + + + + Filena&me format: + + + fnamefmtEdit + + + + + + + Video formats: + + + + + + + + + + + + + + Ch&ange... + + + + + + + Regular expression used to clean up video titles before they are used for output filenames. Supports (and mimics) Perl's /g (global, find all) and /i (case-insensitive). Example: /(\w|\pL)/g - - - - - - - - - - - Substitute in filename regexp.: - - - - - - - Mimics Perl's s/old/new/(gi) substitution. This option can be used to + + + + + + + Mimics Perl's s/old/new/(gi) substitution. This option can be used to replace occurences in output filenames. Supports /g (global, find all occurences) and /i (case-insensitive). Example: s/[-:]/_/g - - - - - - - - - - - Title &character-class - - - cclassEdit - - - - - - - Character class to filter video title, e.g. "[A-Za-z0-9]". - - - - - - - - - - - Filena&me format: - - - fnamefmtEdit - - - - - - - Use the specified format string to format the output filenames. + + + + + + + Character class to filter video title, e.g. "[A-Za-z0-9]". + + + + + + + Use the specified format string to format the output filenames. cclive defaults to "%h_%i.%s", whereas clive defaults to "%t.%s.". Any of the following specifiers appearing in the format string will @@ -623,13 +624,12 @@ be replaced accordingly: %h = website id %s = file suffix - - - - - - - + + + + + + @@ -700,19 +700,6 @@ the download reches the specified percent complete - - - - Qt::Vertical - - - - 502 - 46 - - - - @@ -934,15 +921,16 @@ the download reches the specified percent complete addButton - pasteButton removeButton + pasteButton clearButton linksList rssButton scanButton startButton - tabWidget_2 + logEdit cancelButton + tabWidget_2 tabWidget formatsButton regexpEdit @@ -952,7 +940,6 @@ the download reches the specified percent complete commandBox streamBox streamSpin - logEdit @@ -1199,22 +1186,6 @@ the download reches the specified percent complete - formatsButton - clicked() - MainWindow - onFormats() - - - 451 - 110 - - - 272 - 168 - - - - action_Download activated() MainWindow -- 2.11.4.GIT