Skip to content

OfflineBanner

InfoBar bound to WindowHelper.isOnline (2.78).

import QWinUI3.Extras · src/extras/QWinUI3/Extras/OfflineBanner.qml

Category: Other · Library: v2.80

← Component index

Extends Item.

Example

OfflineBanner { }
OfflineBanner { pollMs: 5000 }

Notes

Calls WindowHelper.refreshOnlineStatus on a timer. Closed when online.

API

Properties

Name Type Description
pollMs int
forceShow bool
title string
message string
closableWhenOffline bool
online bool
isOpen bool

Signals

Signature Description
retryClicked()

Methods

Signature Description
refresh()

Inherited from Item

Also available (base type / Qt Quick Controls):

  • width / height
  • visible
  • anchors

Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.