Changeset 1047 for Vago/trunk/Vago/main.cpp
- Timestamp:
- Sep 17, 2016, 12:51:26 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Vago/trunk/Vago/main.cpp
r1035 r1047 1 1 #include <QtWidgets/QApplication> 2 2 #include "mainwindow.h" 3 3 4 4 5 int main(int argc, char *argv[]) … … 9 10 w.show(); 10 11 a.setStyleSheet("QStatusBar::item { border: 0px; }"); //hide QLabels border in status bar //http://qt-project.org/forums/viewthread/18743 11 12 12 13 return a.exec(); 13 14 }
Note:
See TracChangeset
for help on using the changeset viewer.