summaryrefslogtreecommitdiff
path: root/noncore/todayplugins/stockticker/stocktickerlib/stocktickerconfig.cpp
blob: e3d378be5f33d0abb7b99b0599a131cf85aabd7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
/*
 * stocktickeRconfig.cpp
 *
 * 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.                                   *
 *                                                                         *
 ***************************************************************************/

#include "stocktickerconfig.h"
#include <opie/todayconfigwidget.h>


#include <qapplication.h>

#include <qspinbox.h>
#include <qcheckbox.h>
#include <qlineedit.h>
#include <qvariant.h>
#include <qpushbutton.h>
#include <qwhatsthis.h>
#include <qlabel.h>
#include <qstringlist.h>
#include <qmainwindow.h>

#include <stdlib.h>

StocktickerPluginConfig::StocktickerPluginConfig( QWidget *parent,  const char* name)
    : TodayConfigWidget(parent,  name ) {

    QGridLayout *layout = new QGridLayout( this );
    layout->setSpacing(2);
    layout->setMargin( 2);

    LineEdit1 = new QLineEdit( this, "LineEdit1" );
    LineEdit1->setFocus();
//     QWhatsThis::add( LineEdit1, tr("Enter the stock symbols you want to be shown here."));
    
    layout->addMultiCellWidget(  LineEdit1, 0, 0, 0, 4);
    
    Config cfg( "stockticker");
    cfg.setGroup( "Symbols" );
    QString symbollist;
    symbollist = cfg.readEntry("Symbols", "");
    LineEdit1->setText(symbollist);
    
    QLabel *label;
    label = new QLabel(this);
    label->setText( tr("Enter stock symbols seperated\nby a space."));
    label->setMaximumHeight(60);
    layout->addMultiCellWidget( label, 1, 1, 0, 4);

    cfg.setGroup( "Fields" );

    timeCheck= new QCheckBox ( "Time",this );
    timeCheck->setChecked( cfg.readBoolEntry("timeCheck",1));
    layout->addMultiCellWidget(timeCheck, 2, 2, 0, 0 );
    QWhatsThis::add( timeCheck, tr("Toggles Time of current price field"));
    
    dateCheck= new QCheckBox ( "Date", this );
    dateCheck->setChecked( cfg.readBoolEntry("dateCheck",1));
    layout->addMultiCellWidget( dateCheck, 2, 2, 1, 1 );
    QWhatsThis::add(dateCheck, tr("Toggles date field"));
    
    symbolCheck= new QCheckBox ( "Symbol", this );
    symbolCheck->setChecked( cfg.readBoolEntry("symbolCheck",1));
    layout->addMultiCellWidget( symbolCheck, 2, 2, 2, 2 );
    QWhatsThis::add(symbolCheck, tr("Toggles Symbol field"));

    nameCheck= new QCheckBox ( "Name", this );
    nameCheck->setChecked( cfg.readBoolEntry("nameCheck",1));
    layout->addMultiCellWidget( nameCheck, 3, 3, 0, 0 );
    QWhatsThis::add(nameCheck, tr("Toggles Name of symbols owner field"));

    currentPriceCheck= new QCheckBox ( "Price", this );
    currentPriceCheck->setChecked( cfg.readBoolEntry("currentPriceCheck",1));
    layout->addMultiCellWidget( currentPriceCheck, 3, 3, 1, 1 );
    QWhatsThis::add(currentPriceCheck, tr("Toggles current Price field"));

    lastPriceCheck= new QCheckBox ( "Last Price", this );
    lastPriceCheck->setChecked( cfg.readBoolEntry("lastPriceCheck",1));
    layout->addMultiCellWidget(lastPriceCheck, 3, 3, 2, 2);
    QWhatsThis::add(lastPriceCheck, tr("Toggles last price field"));

    openPriceCheck= new QCheckBox ( "Open Price", this);
    openPriceCheck->setChecked( cfg.readBoolEntry("openPriceCheck",1));
    layout->addMultiCellWidget( openPriceCheck, 4, 4, 0, 0 );
    QWhatsThis::add(openPriceCheck, tr("Toggles opening price field"));

    minPriceCheck= new QCheckBox ( "Min Price", this );
    minPriceCheck->setChecked( cfg.readBoolEntry("minPriceCheck",1));
    layout->addMultiCellWidget( minPriceCheck, 4, 4, 1, 1);
    QWhatsThis::add(minPriceCheck, tr("Toggles minimum daily price field"));

    maxPriceCheck= new QCheckBox ( "Max Price", this);
    maxPriceCheck->setChecked( cfg.readBoolEntry("maxPriceCheck",1));
    layout->addMultiCellWidget( maxPriceCheck, 4, 4, 2, 2 );
    QWhatsThis::add(maxPriceCheck, tr("Toggles maximum daily price field"));

    variationCheck= new QCheckBox ( "Variation", this );
    variationCheck->setChecked( cfg.readBoolEntry("variationCheck",1));
    layout->addMultiCellWidget( variationCheck, 5, 5, 0, 0 );
    QWhatsThis::add(variationCheck, tr("Toggles daily variation of price field"));

    volumeCheck= new QCheckBox ( "Volume", this );
    volumeCheck->setChecked( cfg.readBoolEntry("volumeCheck",1));
    layout->addMultiCellWidget( volumeCheck , 5, 5, 1, 1);
    QWhatsThis::add(volumeCheck, tr("Toggles volume of trading field"));

    timerDelaySpin =  new QSpinBox( this, "timer spin" );
    QWhatsThis::add( timerDelaySpin , tr( "How often stocks prices should be looked up. In minutes" ) );
    timerDelaySpin->setMaxValue( 60);

    cfg.setGroup("Timer");
    timerDelaySpin->setValue( cfg.readNumEntry("Delay",0));
    layout->addMultiCellWidget( timerDelaySpin , 6, 6, 0, 0);
    
    QLabel *label2;
    label2 = new QLabel(this);
    label2->setText( tr("Minutes between lookups."));
    label2->setMaximumHeight(60);
    layout->addMultiCellWidget( label2, 6, 6, 1, 2);

    scrollSpeed = new QSpinBox( this, "Scrollspin" );
    QWhatsThis::add( timerDelaySpin , tr( "Speed of scrolling action, in milliseconds" ) );
    scrollSpeed->setMaxValue( 1000);
    scrollSpeed->setSteps(50,50);
    cfg.setGroup("Timer");
    scrollSpeed->setValue( cfg.readNumEntry("ScrollSpeed",50));
    layout->addMultiCellWidget( scrollSpeed , 7, 7, 0, 0);
    
    QLabel *label3;
    label3 = new QLabel(this);
    label3->setText( tr("Scroll Speed, in milliseconds"));
    label3->setMaximumHeight(60);
    layout->addMultiCellWidget( label3, 7, 7, 1, 2);

    scrollLength = new QSpinBox( this, "ScrollLength" );
    QWhatsThis::add( timerDelaySpin , tr( "Length of scrolling" ) );
    scrollLength->setMaxValue( 10);
//    scrollLength->setSteps(5,5);
    cfg.setGroup("Timer");
    scrollLength->setValue( cfg.readNumEntry("ScrollLength",1));
    layout->addMultiCellWidget( scrollLength , 8, 8, 0, 0);
    
    QLabel *label4;
    label4 = new QLabel(this);
    label4->setText( tr("Scroll Length"));
    label4->setMaximumHeight(60);
    layout->addMultiCellWidget( label4, 8, 8, 1, 2);
    
//      lookupButton = new QPushButton(this, "LookupButton");
//      lookupButton->setText(tr("Symbol Lookup"));
//      connect(lookupButton,SIGNAL(clicked()),SLOT( doLookup()));
//      layout->addMultiCellWidget( lookupButton , 9, 9, 0, 0);
    
    QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Expanding );
    layout->addItem( spacer, 9, 0 );

}


void StocktickerPluginConfig::writeConfig() {
    Config cfg( "stockticker");
    cfg.setGroup( "Symbols" );
    QString outText = text().upper();
    outText.stripWhiteSpace();
    cfg.writeEntry("Symbols",  outText );
    cfg.setGroup( "Fields" );
    cfg.writeEntry("timeCheck",timeCheck->isChecked());
    cfg.writeEntry("dateCheck",dateCheck->isChecked());
    cfg.writeEntry("symbolCheck",symbolCheck->isChecked());
    cfg.writeEntry("nameCheck",nameCheck->isChecked());
    cfg.writeEntry("currentPriceCheck",currentPriceCheck->isChecked());
    cfg.writeEntry("lastPriceCheck",lastPriceCheck->isChecked());
    cfg.writeEntry("openPriceCheck",openPriceCheck->isChecked());
    cfg.writeEntry("minPriceCheck",minPriceCheck->isChecked());
    cfg.writeEntry("maxPriceCheck",maxPriceCheck->isChecked());
    cfg.writeEntry("variationCheck",variationCheck->isChecked());
    cfg.writeEntry("volumeCheck",volumeCheck->isChecked());

    cfg.setGroup("Timer");
    cfg.writeEntry("Delay",timerDelaySpin->value());
    cfg.writeEntry("ScrollLength",scrollLength->value());
    cfg.writeEntry("ScrollSpeed",scrollSpeed->value());
      
    cfg.write();
}

StocktickerPluginConfig::~StocktickerPluginConfig() {
}

QString StocktickerPluginConfig::text() const {
   return LineEdit1->text();
}

void StocktickerPluginConfig::doLookup() {

    system("stockticker");
}