hi michael,
hi all

now i undestand your problem. sorry i have not answer but i find the 
page above in the documentation
a class 'is_hidden' seem existing but doesn't works.
if in the future i'll discover something i'll tell you.
ciao livio


http://sourceforge.krugle.com/kse/projects/PG92xD5#4



/// 
**************************************************************************** /

/2/
/// copyright (c) 2000-2005 Horst Knorr <[EMAIL PROTECTED]> /

/3/
/// This file is part of the hk_kdeclasses library. /

/4/
/// This file may be distributed and/or modified under the terms of the /

/5/
/// GNU Library Public License version 2 as published by the Free Software /

/6/
/// Foundation and appearing in the file LGPL included in the /

/7/
/// packaging of this file. /

/8/
/// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE /

/9/
/// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. /

/10/
/// 
**************************************************************************** /

/11/
 

12
#*ifndef* HK_KDELINEEDIT 

13
#*define* HK_KDELINEEDIT 

14
#*include* *<klineedit.h>* 

15
#*include* *<hk_datasource.h>* 

16
#*include* *<hk_column.h>* 

17
#*include* *<hk_form.h>* 

18
 

19
#*include* *<hk_dslineedit.h>* 

20
*class* hk_kdefinddialog; 

21
*class* hk_dsgridcolumn; 

22
 

23
//** /

/24/
 /* /

/25/
 /[EMAIL PROTECTED] KDE Widget to edit/display data in a field. /

/26/
 /[EMAIL PROTECTED] $Revision: 1.30 $ /

/27/
 /[EMAIL PROTECTED] Horst Knorr ([EMAIL PROTECTED]) /

/28/
 

/29/
 /*Just set the datasource and the column (defined in the parent class @ref 
hk_dsdatavisible). /

/30/
 /*// 

31
 

32
*class*  hk_kdelineedit : *public* KLineEdit , *public* hk_dslineedit 

33
{ 

34
    Q_OBJECT 

35
        *public*: 

36
        hk_kdelineedit(QWidget* wid,hk_form* form=NULL); 

37
        *virtual* ~hk_kdelineedit(); 

38
    *virtual* *void* set_value(*const* hk_string&); 

39
    *virtual* hk_string value(*void*); 

40
*virtual* *void* *show_widget*(*void*); 

41
*virtual* *void* *hide_widget*(*void*); 

42
*virtual* *bool* *is_hidden*(*void*); 

43
*virtual* *bool* *close_widget*(*void*); 

44
        *virtual* *void* update_filter(*void*); 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Hk-classes-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hk-classes-discuss

Reply via email to