Style reconciliation.

This commit is contained in:
Jim Evins
2013-12-28 11:32:28 -05:00
parent f1de981804
commit a46bc43a4d
33 changed files with 1525 additions and 289 deletions
+11
View File
@@ -27,13 +27,24 @@
namespace glabels
{
///
/// New Label Dialog Widget
///
class NewLabelDialog : public QDialog, public Ui_NewLabelDialog
{
Q_OBJECT
/////////////////////////////////
// Life Cycle
/////////////////////////////////
public:
NewLabelDialog( QWidget *parent );
/////////////////////////////////
// Slots
/////////////////////////////////
private slots:
void searchEntryTextChanged( const QString &text );
void pageSizeRadioToggled( bool checked );