Home
last modified time | relevance | path

Searched refs:changeSample (Results 1 – 4 of 4) sorted by relevance

/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dtypotek.h312 void changeSample(QString name, QString text);
H A Dsamplewidget.cpp971 typotek::getInstance()->changeSample(newSampleName->text(0), ui->sampleEdit->toPlainText() ); in slotSampleNameEdited()
993 …typotek::getInstance()->changeSample(ui->sampleTextTree->currentItem()->text(0), ui->sampleEdit->t… in slotUpdateSample()
H A Dprefspaneldialog.cpp284 …typotek::getInstance()->changeSample ( sampleTextNamesList->currentItem()->text(), namedSampleText… in validateSampleName()
H A Dtypotek.cpp1624 void typotek::changeSample ( QString name, QString text ) in changeSample() function in typotek