Tagged Questions
3
votes
1answer
94 views
Why does the QGIS 'project properties' option disappear in Ubuntu?
For some reason my 'project properties' button has disappeared for good. I'm using Ubuntu 12.04 and QGIS 1.8.
Sometimes it would straight up disappear, to return later, but now its just 'gone'.
I'll ...
1
vote
1answer
92 views
QGIS and Ubuntu 'browse' dialogue causing crashing
Below is an image of 'the suspect dialogue' in Ubuntu that when you encounter it in QGIS you are most definitely going to crash the application.
http://ow.ly/i/ZGNc/original
You find this ...
1
vote
1answer
1k views
How to reference to my in QT designer created buttons in python?
I have created an own QDialog (using QT Designer) with three push buttons. The names are pButton1, pButton2 and pButton3. After saving the file I created the ui file by using:
pyuic4 ui_xy.ui > ...
3
votes
1answer
367 views
Can I change properties of several layers simultaneously?
I'm working on bulk data. I have a few hundred GeoTIFF images imported into a QGIS project, and I'd like to modify their layer properties - things like the no-data-value, transparency of certain pixel ...