case File:
item = new QtxPagePrefPathItem( Qtx::PT_OpenFile, title, parent, sect, param );
break;
+ case Folder:
+ item = new QtxPagePrefPathItem( Qtx::PT_Directory, title, parent, sect, param );
+ break;
case DirList:
item = new QtxPagePrefPathListItem( Qtx::PT_Directory, title, parent, sect, param );
break;
public:
typedef enum { Auto, Space, Bool, Color, String, Selector,
DblSpin, IntSpin, Double, Integer,
- GroupBox, Tab, Frame, Font, DirList, File } PrefItemType;
+ GroupBox, Tab, Frame, Font, DirList, File , Folder} PrefItemType;
public:
SUIT_PreferenceMgr( QtxResourceMgr*, QWidget* = 0 );