OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: boosalis on March 12, 2004, 04:25:34 pm
-
When I use a QPE file selector widget, it\'s contents always come up empty.
Can anyone please help
Thank you
-David
--------------------------------------
fileDialog = new FileSelector(\"/home/zaurus/*\",
(QWidget *)stackW,\"fileSel\");
stackW-]addWidget(fileDialog,FILE_W);
connect(fileDialog,SIGNAL(closeMe()),
this,SLOT(doneWithFileSelector()));
setCaption(\"Choose File\");
stackW-]raiseWidget(FILE_W);
fileDialog-]reread();