| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #include <QtWidgets/QApplication> | |
| 2 | #include "mainwindow.h" | |
| 3 | ||
| 4 | + | |
| 5 | int main(int argc, char *argv[]) | |
| 6 | { | |
| 7 | ||
| # | Line 8 | Line 9 | int main(int argc, char *argv[]) | |
| 9 | MainWindow w; | |
| 10 | w.show(); | |
| 11 | a.setStyleSheet("QStatusBar::item { border: 0px; }"); //hide QLabels border in status bar //http://qt-project.org/forums/viewthread/18743 | |
| 12 | < | |
| 12 | > | |
| 13 | return a.exec(); | |
| 14 | } | |
| 15 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |