Home
last modified time | relevance | path

Searched refs:emLayer (Results 1 – 2 of 2) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dimageinfodialog.cpp60 emLayer = new QLabel( "", GenGroup); in ImageInfoDialog()
61 layout3->addWidget( emLayer, 4, 1 ); in ImageInfoDialog()
63 emLayer->setText(CommonStrings::trYes); in ImageInfoDialog()
65 emLayer->setText(CommonStrings::trNo); in ImageInfoDialog()
H A Dimageinfodialog.h44 QLabel* emLayer; variable