From 8b3893f3b11731151c19274d2c9ed22d7a00a2b3 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 03 Nov 2002 18:04:17 +0000 Subject: blah --- (limited to 'noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.h') diff --git a/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.h b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.h new file mode 100644 index 0000000..4b950dc --- a/dev/null +++ b/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.h @@ -0,0 +1,46 @@ +/* + * stocktickerconfig.h + * + * copyright : (c) 2002 by LJP + * email : llornkcor@handhelds.org + * + */ +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef STOCKTICKER_PLUGIN_CONFIG_H +#define STOCKTICKER_PLUGIN_CONFIG_H + +#include +#include +#include + +class QLineEdit; +class QCheckBox; +class QPushButton; +class QCheckBox; +class QSpinBox; + +class StocktickerPluginConfig : public TodayConfigWidget { + +public: + StocktickerPluginConfig( QWidget *parent, const char *name ); + ~StocktickerPluginConfig(); + QString text() const; + void writeConfig(); +private: + QLineEdit* LineEdit1; + QCheckBox *timeCheck, *dateCheck, *symbolCheck, *nameCheck, *currentPriceCheck, *lastPriceCheck, *openPriceCheck, *minPriceCheck, *maxPriceCheck, *variationCheck, *volumeCheck; + QPushButton *lookupButton; + QSpinBox *timerDelaySpin; +private slots: + void doLookup(); + +}; +#endif -- cgit v0.9.0.2