Ofcorse when I just had hit send I managed todo this. using wrong combobox. All is good. thanx!

--------------------------------------------------
From: "Einar Guðsteinsson" <eins...@simnet.is>
Sent: Tuesday, March 16, 2010 7:23 PM
To: "Andreas Neumann" <a.neum...@carto.net>; "Richard Duivenvoorde" <rdmaili...@duif.net>
Cc: <qgis-user@lists.osgeo.org>
Subject: Re: [Qgis-user] Edit UI

This was easy. And I managed todo what I needed exept for one thing. One of my attribute is Value map. Was trying to go for combobox there. Any hint on how I can managed to get my values in the combobox?
Einar

--------------------------------------------------
From: "Andreas Neumann" <a.neum...@carto.net>
Sent: Tuesday, March 16, 2010 11:11 AM
To: "Richard Duivenvoorde" <rdmaili...@duif.net>
Cc: "EinarGuðsteinsson" <eins...@simnet.is>; <qgis-user@lists.osgeo.org>
Subject: Re: [Qgis-user] Edit UI

designing forms with qt-designer is not that hard. Even I know how to do
it - and I am not a C++ programmer. You have to make sure that the widget
is compatible with the data type and that the widget names correspond with
the attribute column names.

The other tricky part is to use layouts and spacers: grid and form layout. This helps to ensure that your forms can be resized and the widgets in the
layout will resize as well. Sometimes it may be frustrating if you invest
a lot of time to arrange widgets - then you apply a layout and it
rearranges a lot ...

All the rest is not really complicated.

Andreas

On Tue, March 16, 2010 7:21 am, Richard Duivenvoorde wrote:
Einar Guðsteinsson wrote:
Ouch, one dev tool more to learn.... when day will be 26 hours :-)  Can
I use action or something else to set default value?  one field is
string with date and I want today always to be automaticly filled in.

Hi Einar,

26 hours to learn qt-designer etc is maybe not enough. But it's nice to
know and using it in combination with a python plugin gives probably
what you want.

another option is

http://linfiniti.com/2009/11/creating-dynamic-forms-a-new-feature-headed-for-qgis-1-4/

which gives you without ui-file very very simple input forms (which
according the article you can even then manipulate using python (plugin).

Not sure about the last part...

Regards Richard Duivenvoorde
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user



--
Andreas Neumann
http://www.carto.net/neumann/
http://www.svgopen.org/

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to