Skip to content

Commit

Permalink
Added import and tabs in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 5, 2015
1 parent f810d81 commit d2da60a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/qgsfieldsproperties.cpp
Expand Up @@ -132,9 +132,10 @@ QgsFieldsProperties::QgsFieldsProperties( QgsVectorLayer *layer, QWidget* parent
"field.\n"
"An example follows:\n"
"\"\"\"\n"
"from PyQt4.QtGui import QWidget\n\n"
"def my_form_open(dialog, layer, feature):\n"
" geom = feature.geometry()\n"
" control = dialog.findChild(QWidget, \"MyLineEdit\")\n" ) );
"\tgeom = feature.geometry()\n"
"\tcontrol = dialog.findChild(QWidget, \"MyLineEdit\")\n" ) );

}
leEditFormInitCode->setText( code );
Expand Down

0 comments on commit d2da60a

Please sign in to comment.