grid-functionallity missing...

Questions regarding IDE/Code-Editor

grid-functionallity missing...

Postby mikeonlinux » Mon Feb 09, 2009 6:10 pm

hi all,

i want to view table-date from a mysql-db with something like a dbgrid-component ???
who can help me - i found no grid-component in my component-list (default/vista/leopard) ???

thx, mike...
mikeonlinux
 
Posts: 3
Joined: Sat Feb 07, 2009 10:10 am

Re: grid-functionallity missing...

Postby berndnoetscher » Tue Feb 10, 2009 8:24 am

The sqlite2 examples comes with a childcontrol, which can act like a grid control.

Check out the form "frmMoviesWithActor" in sqlite2 and related parts of the example. Currently, the "grid view" is for displaying data only. :oops: Editing data must be provided in a custom control.
berndnoetscher
Site Admin
 
Posts: 1059
Joined: Tue Sep 25, 2007 9:37 am

Re: grid-functionallity missing...

Postby cpcarranza » Sat Jan 30, 2010 6:23 pm

Hello !

I also want to use grids view, but I can't make run that example, could anyone tell me how to get that gridvew or columnview ?

Thanks in advanced.

P.S. I'm using KBasic 1.89 beta with Ubuntu 9.10 with all qt4 libs, KBasic runs fine but that example opens and closes I cannot see the error :S
cpcarranza
 
Posts: 10
Joined: Mon Jan 11, 2010 11:32 pm

Re: grid-functionallity missing...

Postby berndnoetscher » Mon Feb 01, 2010 8:46 am

cpcarranza wrote:Hello !

I also want to use grids view, but I can't make run that example, could anyone tell me how to get that gridvew or columnview ?

Thanks in advanced.

P.S. I'm using KBasic 1.89 beta with Ubuntu 9.10 with all qt4 libs, KBasic runs fine but that example opens and closes I cannot see the error :S


A Form have the property "TableView", which is to be set to true for "grid view". Besides, there are treeviews which may also be used instead.
berndnoetscher
Site Admin
 
Posts: 1059
Joined: Tue Sep 25, 2007 9:37 am


Return to IDE

cron