Class: RubyQt6::QtWidgets::QMessageBox

Inherits:
QDialog
  • Object
show all
Defined in:
lib/qt6/qtwidgets/qmessagebox.rb

Overview

Direct Known Subclasses

Bando::QMessageBox

Defined Under Namespace

Classes: ButtonRole, Icon, Option, StandardButton, StandardButtons

Instance Method Summary collapse

Constructor Details

#initialize(icon, title, text, buttons, parent = nil) ⇒ QMessageBox

Parameters:



70
71
72
73
# File 'lib/qt6/qtwidgets/qmessagebox.rb', line 70

def initialize(icon, title, text, buttons, parent = nil)
  _initialize(icon, title, text, buttons, parent)
  _take_ownership_from_ruby(self)
end