From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- juk/exampleoptionsbase.ui | 285 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 285 insertions(+) create mode 100644 juk/exampleoptionsbase.ui (limited to 'juk/exampleoptionsbase.ui') diff --git a/juk/exampleoptionsbase.ui b/juk/exampleoptionsbase.ui new file mode 100644 index 00000000..a2280ef4 --- /dev/null +++ b/juk/exampleoptionsbase.ui @@ -0,0 +1,285 @@ + +ExampleOptionsBase + + + ExampleOptionsBase + + + + 0 + 0 + 308 + 334 + + + + Example + + + + unnamed + + + + buttonGroup3 + + + Example Tag Selection + + + + unnamed + + + + m_fileTagsButton + + + Get example tags from this file: + + + false + + + + + m_exampleFile + + + false + + + + 5 + 5 + 1 + 0 + + + + 24 + + + + + m_manualTagsButton + + + Enter example tags manually: + + + true + + + + + m_manualGroup + + + Example Tags + + + true + + + + unnamed + + + + m_exampleArtist + + + Artist + + + + + m_exampleTitle + + + Title + + + + + m_exampleAlbum + + + Album + + + + + textLabel1 + + + Title: + + + + + textLabel2 + + + Artist: + + + + + m_exampleYear + + + 2006 + + + 1901 + + + 2004 + + + + + textLabel3 + + + Album: + + + + + textLabel4 + + + Genre: + + + + + textLabel5 + + + Track number: + + + + + m_exampleTrack + + + 1 + + + + + m_exampleGenre + + + Genre + + + + + textLabel6 + + + Year: + + + + + + + + + + + + + m_manualTagsButton + toggled(bool) + m_manualGroup + setEnabled(bool) + + + m_fileTagsButton + toggled(bool) + m_exampleFile + setEnabled(bool) + + + m_fileTagsButton + stateChanged(int) + ExampleOptionsBase + exampleSelectionChanged() + + + m_manualTagsButton + stateChanged(int) + ExampleOptionsBase + exampleSelectionChanged() + + + m_exampleTitle + textChanged(const QString&) + ExampleOptionsBase + exampleDataChanged() + + + m_exampleArtist + textChanged(const QString&) + ExampleOptionsBase + exampleDataChanged() + + + m_exampleAlbum + textChanged(const QString&) + ExampleOptionsBase + exampleDataChanged() + + + m_exampleGenre + textChanged(const QString&) + ExampleOptionsBase + exampleDataChanged() + + + m_exampleTrack + valueChanged(int) + ExampleOptionsBase + exampleDataChanged() + + + m_exampleYear + valueChanged(int) + ExampleOptionsBase + exampleDataChanged() + + + + m_exampleFile + m_manualTagsButton + m_exampleTitle + m_exampleArtist + m_exampleAlbum + m_exampleGenre + m_exampleTrack + m_exampleYear + + + dataChanged() + fileChanged() + + + exampleSelectionChanged() + exampleDataChanged() + exampleFileChanged() + + + + kurlrequester.h + klineedit.h + kpushbutton.h + + -- cgit v1.2.1