diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 02:13:59 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-24 02:13:59 +0000 |
commit | a6d58bb6052ac8cb01805a48c4ad2f129126116f (patch) | |
tree | dd867a099fcbb263a8009a9fb22695b87855dad6 /doc/ui-style.tips.txt | |
download | kvirc-a6d58bb6052ac8cb01805a48c4ad2f129126116f.tar.gz kvirc-a6d58bb6052ac8cb01805a48c4ad2f129126116f.zip |
Added KDE3 version of kvirc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kvirc@1095341 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/ui-style.tips.txt')
-rw-r--r-- | doc/ui-style.tips.txt | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/ui-style.tips.txt b/doc/ui-style.tips.txt new file mode 100644 index 00000000..b2162fc2 --- /dev/null +++ b/doc/ui-style.tips.txt @@ -0,0 +1,40 @@ +************************ +*** KVIrc Style Tips *** +************************ + +[Dialog Windows] +- Title should be like "Choose a Script File", not "Choose a script file". +- For any non-modal dialogs (config ones, etc.), the name should have " - KVIrc" + at the end. This also applies to wizards and file selection dialogs. + +[Menubars] +- Menus have specific locations in menubars, see KDE style guide. + +[Menus] +- Menu item text be like "An Item", not "An item" +- Common items are: + "Cu&t" "&Copy" "&Paste" "Clear" "&Open..." "&Save As..." +- Items that open a dialog or otherwise require confirmation or additional + information should have "..." immediately following their text (no spaces). + +[Selector Widgets] +- bool selector labels should be like "Enable debug output" +- string/file path/integer selectors should have labels with a colon ":" at the end, e.g. "Comment:" +- QGroupBox text should be like "Use Filtering For". +- Config selector tooltips should have "<center></center>", and end each + sentence with a fullstop (period). There should be few <br> except for + separating sections. + +[Buttons] +- Button text should be like "A Button", not "A button". +- Common labels are: + "&OK" "&Apply" "Cancel" "&New" "&Add..." "Re&move" "&Close" "&Browse..." +- Button QToolTips should be a description of its function, and +ending with a fullstop (period): + "Accept all changes, and close this dialog." + "Kill the current user." ("Kill", not "Kills") +- OR if the button has no text, the tooltip should be the *label text*. +- Buttons are best in a QHBox. +- Try to keep names short. + +* For further reference, see the KDE Style Guide (google for it). |