

Qt Components by bloodshadow 7 comments
Qt Components by bloodshadow 7 comments
QStackedWidget * stack = new QStackedWidget(&widget);
stack->addWidget(new QLabel("0"));
stack->addWidget(new QLabel("1"));
stack->addWidget(new QLabel("2"));
stack->addWidget(new QLabel("3"));
mainLayout->addWidget(stack);
mainLayout->addWidget(linkLabel);
QObject::connect(linkLabel,SIGNAL(linkPressed(int)),stack,SLOT(setCurrentIndex ( int )));
widget.setLayout(mainLayout);
i can not open a stackWidget index 0 - Jun 11 2011
Qt Components by bloodshadow 7 comments
QStackedWidget * stack = new QStackedWidget(&widget);
stack->addWidget(new QLabel("0"));
stack->addWidget(new QLabel("1"));
stack->addWidget(new QLabel("2"));
stack->addWidget(new QLabel("3"));
mainLayout->addWidget(stack);
mainLayout->addWidget(linkLabel);
QObject::connect(linkLabel,SIGNAL(linkPressed(int)),stack,SLOT(setCurrentIndex ( int )));
widget.setLayout(mainLayout);
i can not open a stackWidget index 0 - Jun 11 2011
Qt Components by bloodshadow 7 comments
QStackedWidget * stack = new QStackedWidget(&widget);
stack->addWidget(new QLabel("0"));
stack->addWidget(new QLabel("1"));
stack->addWidget(new QLabel("2"));
stack->addWidget(new QLabel("3"));
mainLayout->addWidget(stack);
mainLayout->addWidget(linkLabel);
QObject::connect(linkLabel,SIGNAL(linkPressed(int)),stack,SLOT(setCurrentIndex ( int )));
widget.setLayout(mainLayout);
i can not open a stackWidget index 0 - Jun 11 2011
Qt Components by bloodshadow 7 comments
Qt Components by bloodshadow 7 comments

Qt Widgets by ii-system 15 comments

PDF Software by olivier75 5 comments

Qt Widgets by ii-system 10 comments

Office Apps by shahabsh 9 comments

Qt Widgets by mojo2000 10 comments