Searched refs:useCustomPaperSizeChanged (Results 1 – 5 of 5) sorted by relevance
84 void useCustomPaperSizeChanged(bool useIt) const;
95 void useCustomPaperSizeChanged(bool useIt) const;
353 SIGNAL(useCustomPaperSizeChanged(bool)), in createConnections()
369 emit useCustomPaperSizeChanged(index == 1); in handlePaperFormatTabChanged() local
59 connect(m_view, SIGNAL(useCustomPaperSizeChanged(bool)), SLOT(setUseCustomPaperSize(bool))); in Controller()