QGIS for Devs: Unterschied zwischen den Versionen

Aus Geoinformation HSR
Wechseln zu: Navigation, Suche
K (Die Seite wurde neu angelegt: „See also: * QGIS * QGIS Plugins mit Python * Eigene GIS-Fachapplikationen mit Quantum GIS erstellen, Python * [http://dev.ifs.hsr.ch/ Developer Wi…“)
 
K
Zeile 15: Zeile 15:
 
These are the User Interface Design (UX) Guidelines for QGIS:
 
These are the User Interface Design (UX) Guidelines for QGIS:
 
# You can find the (rather small) HIG (Human Interface Guidelines) in chap. 5 of "Developers guide for QGIS"  https://github.com/qgis/QGIS/blob/master/CODING . See also starting on line 1441 of https://github.com/qgis/QGIS/blob/master/doc/CODING.t2t . HTML version here: http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/CODING.html#toc60  
 
# You can find the (rather small) HIG (Human Interface Guidelines) in chap. 5 of "Developers guide for QGIS"  https://github.com/qgis/QGIS/blob/master/CODING . See also starting on line 1441 of https://github.com/qgis/QGIS/blob/master/doc/CODING.t2t . HTML version here: http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/CODING.html#toc60  
# In addition there is this (rather large)  (Graphical) User Interface (UI/GUI) Design with Qt:
+
# In addition there is this (rather large)  (Graphical) User Interface (UI/GUI) Design with Qt: http://qt-project.org/doc/qt-4.8/qt-gui-concepts.html
http://qt-project.org/doc/qt-4.8/qt-gui-concepts.html
 
 
# Finally, there exist the “Windows 8 App UX Guidelines”. This is only “good to know” and can be used in cases of doubt or where the two Guidelines (QGIS+Qt) don’t apply: http://msdn.microsoft.com/en-us/library/windows/apps/hh465424.aspx
 
# Finally, there exist the “Windows 8 App UX Guidelines”. This is only “good to know” and can be used in cases of doubt or where the two Guidelines (QGIS+Qt) don’t apply: http://msdn.microsoft.com/en-us/library/windows/apps/hh465424.aspx
  

Version vom 29. Januar 2014, 13:14 Uhr

See also:

Writing Plugins

Es gibt eine Plugin-Schnittstelle für C++ und für Python:

UX Guidelines

These are the User Interface Design (UX) Guidelines for QGIS:

  1. You can find the (rather small) HIG (Human Interface Guidelines) in chap. 5 of "Developers guide for QGIS" https://github.com/qgis/QGIS/blob/master/CODING . See also starting on line 1441 of https://github.com/qgis/QGIS/blob/master/doc/CODING.t2t . HTML version here: http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/CODING.html#toc60
  2. In addition there is this (rather large) (Graphical) User Interface (UI/GUI) Design with Qt: http://qt-project.org/doc/qt-4.8/qt-gui-concepts.html
  3. Finally, there exist the “Windows 8 App UX Guidelines”. This is only “good to know” and can be used in cases of doubt or where the two Guidelines (QGIS+Qt) don’t apply: http://msdn.microsoft.com/en-us/library/windows/apps/hh465424.aspx

Testing

Weblinks