Updated Ubuntu setup script to support rtree. Removed defaults.json and recent.json from the main dir.

This commit is contained in:
Juan Pablo Caram
2014-12-12 13:04:01 -05:00
parent f68cffcfb2
commit ac667682b3
7 changed files with 47 additions and 20 deletions

View File

@@ -295,7 +295,9 @@ class GeometryObjectUI(ObjectUI):
# Method
methodlabel = QtGui.QLabel('Method:')
methodlabel.setToolTip(
"Algorithm to paint the polygon."
"Algorithm to paint the polygon:<BR>"
"<B>Standard</B>: Fixed step inwards.<BR>"
"<B>Seed-based</B>: Outwards from seed."
)
grid2.addWidget(methodlabel, 3, 0)
self.paintmethod_combo = RadioSet([