From 53b619c6e80c9efc6993c23ff7b1035e8e101834 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 7 Jun 2010 03:25:40 +0000 Subject: Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26640 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/preferencesdialog.ui | 235 +++++++++++++++++++++++++++++++++ 1 file changed, 235 insertions(+) create mode 100644 utils/themeeditor/preferencesdialog.ui (limited to 'utils/themeeditor/preferencesdialog.ui') diff --git a/utils/themeeditor/preferencesdialog.ui b/utils/themeeditor/preferencesdialog.ui new file mode 100644 index 0000000000..017e69dd01 --- /dev/null +++ b/utils/themeeditor/preferencesdialog.ui @@ -0,0 +1,235 @@ + + + PreferencesDialog + + + + 0 + 0 + 370 + 370 + + + + Dialog + + + + + + 0 + + + + + 0 + 0 + 352 + 288 + + + + Editor Colors + + + + + + + + Foreground + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + fgButton + + + + + + + Background + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + bgButton + + + + + + + Comment + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + commentButton + + + + + + + Escaped Character + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + escapedButton + + + + + + + Conditional + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + conditionalButton + + + + + + + Tag + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + tagButton + + + + + + + + + + + false + + + Click To Change + + + + + + + false + + + Click To Change + + + + + + + false + + + Click To Change + + + false + + + + + + + false + + + Click To Change + + + + + + + false + + + Click To Change + + + + + + + false + + + Click To Change + + + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + + + buttonBox + accepted() + PreferencesDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + PreferencesDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + + + -- cgit v1.2.3