Class: Shoes::App::Alert
- Inherits:
-
Qt::Dialog
- Object
- Qt::Dialog
- Shoes::App::Alert
- Defined in:
- lib/blue_shoes/app.rb
Overview
create an alert
Instance Method Summary collapse
-
#initialize(message, parent = nil) ⇒ Alert
constructor
A new instance of Alert.
Constructor Details
#initialize(message, parent = nil) ⇒ Alert
Returns a new instance of Alert.
89 90 91 92 |
# File 'lib/blue_shoes/app.rb', line 89 def initialize(, parent = nil) super(parent) Qt::MessageBox::information(self,"Alert!" , ) end |