![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Dialog for showing update details. More...
#include <formupdate.h>
Public Member Functions | |
FormUpdate (QWidget *parent=0) | |
bool | isUpdateForThisSystem () const |
Indication of update/platform suitability. More... | |
bool | isSelfUpdateSupported () const |
Indication of presence of self-update feature. More... | |
Protected Slots | |
void | checkForUpdates () |
Check for updates and interprets the results. | |
void | startUpdate () |
void | updateProgress (qint64 bytes_received, qint64 bytes_total) |
void | updateCompleted (QNetworkReply::NetworkError status, QByteArray contents) |
void | saveUpdateFile (const QByteArray &file_contents) |
Dialog for showing update details.
Definition at line 51 of file formupdate.h.
bool FormUpdate::isSelfUpdateSupported | ( | ) | const |
Indication of presence of self-update feature.
Definition at line 73 of file formupdate.cpp.
bool FormUpdate::isUpdateForThisSystem | ( | ) | const |
Indication of update/platform suitability.
Definition at line 69 of file formupdate.cpp.