Home
last modified time | relevance | path

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

/dports/graphics/diffpdf/diffpdf-2.1.3/
H A Dmainwindow.hpp61 void setFile1(QString filename=QString());
H A Dmainwindow.cpp555 connect(setFile1Button, SIGNAL(clicked()), this, SLOT(setFile1())); in createConnections()
624 setFile1(filename1); in initialize()
1158 setFile1(filenames.at(0));
1170 setFile1(filenames.at(1));
1175 void MainWindow::setFile1(QString filename) function in MainWindow