Add widget combobox line weight to element editor

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2660 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2013-12-19 15:22:12 +00:00
parent f4cd3cd58e
commit 5c3e0d6dc4
5 changed files with 50 additions and 32 deletions

View File

@@ -38,9 +38,12 @@ class CustomElementGraphicPart : public CustomElementPart {
/// This enum lists the various line weights available to draw primitives.
enum LineWeight {
NormalWeight, ///< Normal line
NoneWeight, ///< Invisible line
ThinWeight, ///< Thin line
NoneWeight ///< Invisible line
NormalWeight, ///< Normal line 1px
UltraWeight, ///< Normal line 2px
BigWeight ///< Big Line
};
/// This enum lists the various filling colors available to draw primitives.