Searched refs:setCustomPaperSize (Results 1 – 6 of 6) sorted by relevance
410 setCustomPaperSize(plotWidth_, plotHeight_);468 private void setCustomPaperSize(double width, double height)500 setCustomPaperSize(width, height);
46 void setCustomPaperSize(const QSizeF &size);
53 void setCustomPaperSize(const QSizeF &size);
144 void MainWindow::setCustomPaperSize(const QSizeF &size) in setCustomPaperSize() function in MainWindow146 m_wizard->setCustomPaperSize(size); in setCustomPaperSize()
169 void Wizard::setCustomPaperSize(const QSizeF &size) in setCustomPaperSize() function in Wizard
93 …{SIGNAL(setCustomPaperSizeSignal(const QSizeF&)), SLOT(setCustomPaperSize(const QSizeF&)… in Controller()