hideLinkInExport for Branches (Floats still missing). Floats are now OrnamentedObj.
1 #ifndef EXPORTOOFILEDIALOG
2 #define EXPORTOOFILEDIALOG
4 #include <qfiledialog.h>
5 #include <qstringlist.h>
9 class ExportOOFileDialog:public QFileDialog
15 ExportOOFileDialog (QWidget * parent = 0, const char * name = 0, bool
17 QString selectedConfig();
18 QString selectedFile();
19 void addFilter(const QString &);
22 void newConfigPath (const QString&f);
26 void scanExportConfigs(QDir );
27 QStringList configPaths;