added a NoPen button

git-svn-id: http://svn.osgeo.org/qgis/trunk@769 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-02-10 04:19:50 +00:00
parent 444c2f4362
commit 54cc97729d
2 changed files with 35 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>QgsPatternDialogBase</class>
<widget class="QDialog">
<property name="name">

View File

@ -671,6 +671,40 @@ static const char* dense3Data[] = {
".#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#.#",
"###.###.###.###.###.###.###.###.###.###.###.###.###.###.##"};
static const char *nopen[]={
"58 30 2 1",
"# c None",
". c #3155c5",
"..........................................................",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".########################################################.",
".........................................................."};
QString QgsSymbologyUtils::penStyle2QString(Qt::PenStyle penstyle)
{