Link Label

Qt Components

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.7

Description:
Class is a thin wraper above QLabel
Class can be used in mail clients, in QStakedWidget where many pages or content can take place.
Class has one interfase - ISetMaxLinkNumber(int) where you can define maximal number of pages in your link list.
And class emits signal linkPressed(int) with numerical page number.
Last changelog:

1. Interface become changed: ISetMaxLinkDiapazon(int min, int max) now you must set minimimum number and maximum number for link range
2. You can specify negative range of link label, for example:
linkLabel->ISetMaxLinkDiapazon(-100, 101);
Range will be from -100 to 101


Ratings & Comments

7 Comments

daimonKor

QVBoxLayout *mainLayout = new QVBoxLayout; 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

bloodshadow

Thank you, fixed range can be negative now

daimonKor

maybe there are negative number pages))))

daimonKor

QVBoxLayout *mainLayout = new QVBoxLayout; 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

daimonKor

QVBoxLayout *mainLayout = new QVBoxLayout; 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

daimonKor

add emit signal, when the page is clicked

daimonKor

sorry - found

Pling
0 Affiliates
Details
license
version 1.0
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1

More Qt Components from bloodshadow:

Class for sending mail
bloodshadow
last update date: 14 years ago

Score 6.1

Other Qt Components:

QyurVisualSqlFilter
purser79
last update date: 8 years ago

Score 5.0

QyurSqlTreeView
purser79
last update date: 8 years ago

Score 6.5

QtBasic
mantur
last update date: 12 years ago

Score 5.0

up2Date
seanpatti
last update date: 9 years ago

Score 5.0

MStyles
mchara
last update date: 17 years ago

Score 5.0

Hdr reading plugin
mchara
last update date: 17 years ago

Score 5.0