case File:
item = new QtxPagePrefPathItem( Qtx::PT_OpenFile, title, parent, sect, param );
break;
+ case Directory:
+ item = new QtxPagePrefPathItem( Qtx::PT_Directory, title, parent, sect, param );
+ break;
case DirList:
item = new QtxPagePrefPathListItem( Qtx::PT_Directory, title, parent, sect, param );
break;
typedef enum { Auto, Space, Bool, Color, String, Selector,
DblSpin, IntSpin, Double, Integer,
GroupBox, Tab, Frame, Font, DirList, File,
- Slider, Shortcut, ShortcutTree, BiColor, Background,
+ Slider, Shortcut, ShortcutTree, BiColor, Background, Directory,
UserDefined = 1000 } PrefItemType;
public: