Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Deffectsdialog.h71 QWidget* WStackPage_3; variable
H A Deffectsdialog.cpp127 WStackPage_3 = new QWidget( optionStack ); in EffectsDialog()
128 WStackPage3Layout = new QVBoxLayout( WStackPage_3 ); in EffectsDialog()
135 textLabel6 = new QLabel( tr( "Brightness:" ), WStackPage_3 ); in EffectsDialog()
137 textLabel7 = new QLabel( "0", WStackPage_3 ); in EffectsDialog()
140 brightnessSlider = new QSlider( WStackPage_3 ); in EffectsDialog()
147 optionStack->addWidget( WStackPage_3 ); in EffectsDialog()