Changeset 1061 for Vago/trunk/Vago/main.cpp
- Timestamp:
- Dec 9, 2016, 8:04:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Vago/trunk/Vago/main.cpp
r1058 r1061 2 2 #include "mainwindow.h" 3 3 4 4 // TODO add lineedit to other lineedits that can receive files or folders, create additional funtions in lineedit where we can specify what kind of argument it accepts 5 // Example: setAllowFolders(), setAllowFiles() or setAcceptedTypes(Enum from QtFiles) 5 6 int main(int argc, char *argv[]) 6 7 { … … 11 12 a.setStyleSheet("QStatusBar::item { border: 0px; }"); //hide QLabels border in status bar //http://qt-project.org/forums/viewthread/18743 12 13 13 // XmlToolsInterface *xmlToolsWindow = new XmlToolsInterface(new Logger(UtilVago::getAppPath(), GlobalVars::AppLogName));14 // xmlToolsWindow->show(); //it destroys itself when finished.15 16 14 return a.exec(); 17 15 }
Note:
See TracChangeset
for help on using the changeset viewer.