mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-03 12:29:46 -08:00
*Querying webAPI for adverts content; *Starting browsers new tab with url specified in json file *Basic QML items and models *Overview tab layout changes *Storing images on harddrive (temporary solution) *Sending queries to webAPI straight from widget (temporary solution) coming next: -store whole json file as url/desription need to be stored for further use -display images of adverts from QImage, not from file stored on harddrive -hide/show adverts button tweaking -proper webAPI base class for querying various servers for data (prypto for instance) *
15 lines
192 B
QML
15 lines
192 B
QML
import QtQuick 2.2
|
|
|
|
Rectangle
|
|
{
|
|
id: id_root
|
|
QmlGUIBannerControl
|
|
{
|
|
id: id_bannerControlMain
|
|
}
|
|
color: "#F2F0F1"
|
|
width: id_bannerControlMain.width
|
|
height: id_bannerControlMain.height
|
|
}
|
|
|