From 7855b19ce0241a7b7b4fc72e3a8ddd9bf73b0a77 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 04 Nov 2004 10:33:04 +0000 Subject: opie-qashmoney is now unsupported --- (limited to 'noncore/apps/qashmoney/datepicker.h') diff --git a/noncore/apps/qashmoney/datepicker.h b/noncore/apps/qashmoney/datepicker.h deleted file mode 100755 index 67e63e9..0000000 --- a/noncore/apps/qashmoney/datepicker.h +++ b/dev/null @@ -1,60 +0,0 @@ -#ifndef DATEPICKER_H -#define DATEPICKER_H - -#include -#include -#include -#include -#include - -class DatePicker : public QDialog - - { - Q_OBJECT - - public: - QLabel *daylabel; - QComboBox *daybox; - - QLabel *monthlabel; - QComboBox *monthbox; - - DatePicker ( QDate entrydate ); - int getDay (); - int getMonth (); - int getYear (); - - private slots: - void setDay ( int ); - void setMonth ( int ); - void setYear ( int ); - - private: - void displayDays ( QComboBox *daybox ); - void displayMonths ( QComboBox *monthbox ); - void displayYears ( QComboBox *yearbox ); - - QDate date; - - QLabel *yearlabel; - QComboBox *yearbox; - - QGridLayout *layout; - - int day, month, year; - - }; - -#endif - - - - - - - - - - - - -- cgit v0.9.0.2