mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-31 00:03:42 -04:00
added a NoPen button
git-svn-id: http://svn.osgeo.org/qgis/trunk@769 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
444c2f4362
commit
54cc97729d
@ -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">
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user