mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
* more correct sizes in the configuration interface
* remove additional debug information * increase limits for extscripts intervals to 10000 (fix #48)
This commit is contained in:
@ -192,7 +192,6 @@ QMap<QString, float> ExtQuotes::run()
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
if (!m_active) return values;
|
||||
|
||||
qDebug() << PDEBUG << times;
|
||||
if (times == 1) {
|
||||
if (debug) qDebug() << PDEBUG << ":" << "Send request";
|
||||
QNetworkAccessManager *manager = new QNetworkAccessManager(this);
|
||||
|
@ -27,7 +27,7 @@
|
||||
class QNetworkReply;
|
||||
|
||||
namespace Ui {
|
||||
class ExtQuotes;
|
||||
class ExtQuotes;
|
||||
}
|
||||
|
||||
class ExtQuotes : public QDialog
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class ExtScript;
|
||||
class ExtScript;
|
||||
}
|
||||
|
||||
class ExtScript : public QDialog
|
||||
|
@ -216,6 +216,9 @@
|
||||
<property name="minimum">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<number>10000</number>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class ExtUpgrade;
|
||||
class ExtUpgrade;
|
||||
}
|
||||
|
||||
class ExtUpgrade : public QDialog
|
||||
|
Reference in New Issue
Block a user