Ignore:
Timestamp:
Sep 17, 2016, 12:51:26 AM (8 years ago)
Author:
s10k
Message:

Added Vago v1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Vago/trunk/Vago/main.cpp

    r1035 r1047  
    11#include <QtWidgets/QApplication>
    22#include "mainwindow.h"
     3
    34
    45int main(int argc, char *argv[])
     
    910    w.show();
    1011    a.setStyleSheet("QStatusBar::item { border: 0px; }"); //hide QLabels border in status bar //http://qt-project.org/forums/viewthread/18743
    11    
     12
    1213    return a.exec();
    1314}
Note: See TracChangeset for help on using the changeset viewer.