From 0a55d2de7963bffed64a7dccf24dabd9908e9ac9 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 27 Jun 2011 19:52:38 +0000 Subject: moved forms to separate directory git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2247 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/forms/detailsdialog.ui | 94 +++++++++++ src/qmmpui/forms/tageditor.ui | 330 +++++++++++++++++++++++++++++++++++++ src/qmmpui/forms/templateeditor.ui | 110 +++++++++++++ 3 files changed, 534 insertions(+) create mode 100644 src/qmmpui/forms/detailsdialog.ui create mode 100644 src/qmmpui/forms/tageditor.ui create mode 100644 src/qmmpui/forms/templateeditor.ui (limited to 'src/qmmpui/forms') diff --git a/src/qmmpui/forms/detailsdialog.ui b/src/qmmpui/forms/detailsdialog.ui new file mode 100644 index 000000000..c3db7e96b --- /dev/null +++ b/src/qmmpui/forms/detailsdialog.ui @@ -0,0 +1,94 @@ + + + DetailsDialog + + + + 0 + 0 + 485 + 390 + + + + Details + + + + 6 + + + 6 + + + 6 + + + + + + 0 + 0 + + + + true + + + + + + + Open the directory containing this file + + + ... + + + true + + + + + + + 0 + + + + Summary + + + + + + + + + true + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> + + + + + + + + + + + QDialogButtonBox::Close|QDialogButtonBox::Save + + + + + + + + diff --git a/src/qmmpui/forms/tageditor.ui b/src/qmmpui/forms/tageditor.ui new file mode 100644 index 000000000..53728d44c --- /dev/null +++ b/src/qmmpui/forms/tageditor.ui @@ -0,0 +1,330 @@ + + + TagEditor + + + + 0 + 0 + 444 + 312 + + + + Tag Editor + + + + 3 + + + 3 + + + 3 + + + + + + + + + 0 + 0 + + + + Title: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + Artist: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + Album: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + + 0 + 0 + + + + + + + + + + + Composer: + + + + + + + false + + + + + + + + 0 + 0 + + + + Genre: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + + + + 0 + 0 + + + + + + + + + + + 0 + 0 + + + + Track: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + + + true + + + + 0 + 0 + + + + ? + + + + + + + + 0 + 0 + + + + Year: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + true + + + + 0 + 0 + + + + + 70 + 0 + + + + ? + + + + + + 2015 + + + 0 + + + + + + + + 0 + 0 + + + + Disc number: + + + + + + + false + + + ? + + + + + + + + + + 0 + 0 + + + + Comment: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + + + + + true + + + + 0 + 0 + + + + false + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html> + + + + + + + + + + Include selected tag in file + + + + + + + + + useCheckBox + clicked(bool) + tagWidget + setEnabled(bool) + + + 56 + 296 + + + 8 + 277 + + + + + diff --git a/src/qmmpui/forms/templateeditor.ui b/src/qmmpui/forms/templateeditor.ui new file mode 100644 index 000000000..b1f0d9853 --- /dev/null +++ b/src/qmmpui/forms/templateeditor.ui @@ -0,0 +1,110 @@ + + + TemplateEditor + + + + 0 + 0 + 372 + 249 + + + + Template Editor + + + + 6 + + + 6 + + + 6 + + + + + + 0 + 0 + + + + + + + + Reset + + + + + + + Insert + + + + + + + Qt::Horizontal + + + + 124 + 17 + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + TemplateEditor + accept() + + + 365 + 242 + + + 157 + 274 + + + + + buttonBox + rejected() + TemplateEditor + reject() + + + 365 + 242 + + + 286 + 274 + + + + + -- cgit v1.2.3-13-gbd6f