Seafood/main.cpp
changeset 11 f3dbeee07821
parent 3 e6d1a78b6db9
child 12 60c644f011c7
equal deleted inserted replaced
10:79eeacfd15ff 11:f3dbeee07821
     5 {
     5 {
     6     QApplication a(argc, argv);
     6     QApplication a(argc, argv);
     7     MainWindow w;
     7     MainWindow w;
     8     w.createMenus();
     8     w.createMenus();
     9     w.setWindowTitle("Seafood T");
     9     w.setWindowTitle("Seafood T");
       
    10     w.setStyleSheet("* { background-color:rgb(199,147,88); padding: 7px ; color:rgb(255,255,255)}");
    10 #if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5)
    11 #if defined(Q_WS_S60) || defined(Q_WS_MAEMO_5)
    11     w.showMaximized();
    12     w.showMaximized();
    12 #else
    13 #else
    13     w.show();
    14     w.show();
    14 #endif
    15 #endif