/[projects]/infoscreen/MainView.cpp
ViewVC logotype

Contents of /infoscreen/MainView.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 509 - (show annotations) (download)
Sat Dec 12 18:59:28 2009 UTC (14 years, 5 months ago) by torben
File size: 290 byte(s)
Sync

1 #include "MainView.h"
2
3 MainView::MainView(QWidget* parent)
4 : QWidget(parent)
5 {
6 this->resize(400,400);
7 red = new QWidget(this);
8 red->setPalette( QPalette( Qt::red) );
9 red->setStyleSheet("QComboBox { background-color: blue; }");
10 red->resize(200,200);
11 }
12
13
14 void MainView::onTimer()
15 {
16
17 }

  ViewVC Help
Powered by ViewVC 1.1.20