00001 #include "ACE/miscDialogs.h" 00002 00003 00004 FillCellsDialog::FillCellsDialog( QWidget* parent, Qt::WindowFlags f ) : 00005 QDialog( parent, f ) 00006 { 00007 setupUi( this ); 00008 setObjectName( QString::fromUtf8( "FillCellsDialog" ) ); 00009 setWindowTitle( trUtf8( "Fill Cells Dialog" ) ); 00010 label_Question->setText( trUtf8( "Fill selected cells with:" ) ); 00011 } 00012 00013 QString FillCellsDialog::text() const 00014 { 00015 return lineEdit->text(); 00016 }