Home
last modified time | relevance | path

Searched refs:buttonLowerGreek (Results 1 – 5 of 5) sorted by relevance

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DTextFormatButtons.cpp67 buttonLowerGreek = new QPushButton(QString(QChar(0x3B1))); in TextFormatButtons()
68 buttonLowerGreek->setFont(font); in TextFormatButtons()
69 buttonLowerGreek->setMaximumWidth(40); in TextFormatButtons()
70 layout->addWidget(buttonLowerGreek); in TextFormatButtons()
121 connect(buttonLowerGreek, SIGNAL(clicked()), this, SLOT(showLowerGreek())); in TextFormatButtons()
H A DTextFormatButtons.h57 QPushButton *buttonLowerGreek; variable
H A DPlot3DDialog.h173 QPushButton *buttonCancel, *buttonLowerGreek, *buttonUpperGreek; variable
H A DPlot3DDialog.cpp200 buttonLowerGreek = new QPushButton(QChar(0x3B1)); in initTitlePage()
201 hb1->addWidget(buttonLowerGreek); in initTitlePage()
222 connect(buttonLowerGreek, SIGNAL(clicked()), this, SLOT(showLowerGreek())); in initTitlePage()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/src/
H A DTextFormatButtons.cpp102 QPushButton *buttonLowerGreek = new QPushButton(QString(QChar(0x3B1))); in init() local
103 buttonLowerGreek->setFont(font); in init()
104 buttonLowerGreek->setFixedWidth(btnSize); in init()
105 buttonLowerGreek->setFixedHeight(btnSize); in init()
106 layout->addWidget(buttonLowerGreek); in init()
107 connect( buttonLowerGreek, SIGNAL(clicked()), this, SLOT(showLowerGreek())); in init()