Home
last modified time | relevance | path

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

/dports/print/posterazor/posterazor-1.9.7/src/
H A Dwizard.h84 void useCustomPaperSizeChanged(bool useIt) const;
H A Dmainwindow.h95 void useCustomPaperSizeChanged(bool useIt) const;
H A Dmainwindow.cpp353 SIGNAL(useCustomPaperSizeChanged(bool)), in createConnections()
H A Dwizard.cpp369 emit useCustomPaperSizeChanged(index == 1); in handlePaperFormatTabChanged() local
H A Dcontroller.cpp59 connect(m_view, SIGNAL(useCustomPaperSizeChanged(bool)), SLOT(setUseCustomPaperSize(bool))); in Controller()