mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-03 08:55:54 +00:00
implement \r to default json of ExtScripts
some refactoring bump ApiVer of ExtQuotes update changelog
This commit is contained in:
@ -36,7 +36,7 @@ public:
|
||||
QTimer::singleShot(timeout, this, SLOT(timeout()));
|
||||
}
|
||||
|
||||
private slots:
|
||||
public slots:
|
||||
void timeout()
|
||||
{
|
||||
QNetworkReply *reply = static_cast<QNetworkReply *>(parent());
|
||||
|
@ -4,6 +4,6 @@ Name=AAPL.NASDAQ
|
||||
Comment=Apple Inc
|
||||
X-AW-Ticker="AAPL"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=0
|
||||
|
@ -4,6 +4,6 @@ Name=EUR/RUB
|
||||
Comment=EUR/RUB
|
||||
X-AW-Ticker="EURRUB=X"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=1
|
||||
|
@ -4,6 +4,6 @@ Name=EUR/USD
|
||||
Comment=EUR/USD
|
||||
X-AW-Ticker="EURUSD=X"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=2
|
||||
|
@ -4,6 +4,6 @@ Name=GOOG.NASDAQ
|
||||
Comment=Google Inc
|
||||
X-AW-Ticker="GOOG"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=3
|
||||
|
@ -4,6 +4,6 @@ Name=MSFT.NASDAQ
|
||||
Comment=Microsoft Corp
|
||||
X-AW-Ticker="MSFT"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=4
|
||||
|
@ -4,6 +4,6 @@ Name=RTS
|
||||
Comment=RTS Index
|
||||
X-AW-Ticker="RTS.RS"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=5
|
||||
|
@ -4,6 +4,6 @@ Name=S&P
|
||||
Comment=S&P 500 Index
|
||||
X-AW-Ticker="^GSPC"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=6
|
||||
|
@ -4,6 +4,6 @@ Name=USD/RUB
|
||||
Comment=USD/RUB
|
||||
X-AW-Ticker="USDRUB=X"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=8
|
||||
|
@ -4,6 +4,6 @@ Name=VIX
|
||||
Comment=Volatility S&P 500
|
||||
X-AW-Ticker="^VIX"
|
||||
X-AW-Active=false
|
||||
X-AW-ApiVersion=1
|
||||
X-AW-ApiVersion=2
|
||||
X-AW-Interval=60
|
||||
X-AW-Number=7
|
||||
|
@ -20,7 +20,9 @@
|
||||
},
|
||||
"newline": {
|
||||
"\n": "<br>",
|
||||
"\t": "	"
|
||||
"\n\r": "<br>",
|
||||
"\t": "	",
|
||||
"\v": ""
|
||||
},
|
||||
"space": {
|
||||
" ": " "
|
||||
|
Reference in New Issue
Block a user