Documentation ¶
Index ¶
- Constants
- Variables
- func Button(text string) *widgets.QPushButton
- func ButtonEnregistrer() *widgets.QPushButton
- func Confirmation(msg, labelButton, objectName string) bool
- func Copy(txt string)
- func Delay(f func())
- func DelayExt(f func(), ms int)
- func Dialog(titre string) *widgets.QDialog
- func Dialog2(titre string) *widgets.QDialog
- func Frame() *widgets.QFrame
- func InitFont()
- func InitIcons(ressourcesPath string)
- func Label(text string) *widgets.QLabel
- func NewProgressBar(label string) *widgets.QProgressBar
- func OpenURL(url string)
- func Paste() string
- func ShowError(err error)
- func ShowFile(path string)
Constants ¶
View Source
const ( ONDelete = "delete" ONAdd = "add" ONAction = "action" )
Variables ¶
View Source
var ( Icons icons BoldFont *gui.QFont ItalicFont *gui.QFont )
View Source
var WidgetsStyle string
Functions ¶
func ButtonEnregistrer ¶
func ButtonEnregistrer() *widgets.QPushButton
func Confirmation ¶
func Delay ¶
func Delay(f func())
Delay éxécute la fonction donnée 100 ms après. Utile pour laisser Qt paindre une boite de dialogue.
func NewProgressBar ¶
func NewProgressBar(label string) *widgets.QProgressBar
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.