Searched refs:m_AtnGimpSaveFull (Results 1 – 2 of 2) sorted by relevance
160 QAction* m_AtnGimpSaveFull; variable
512 m_AtnGimpSaveFull = new QAction(tr("Export full size"), this); in ptMainWindow()513 connect(m_AtnGimpSaveFull, SIGNAL(triggered()), this, SLOT(GimpSaveMenuFull())); in ptMainWindow()696 Menu.addAction(m_AtnGimpSaveFull); in eventFilter()