Sha256: 19b0d50e303886421fe492cc3f2c6e08db7656f1ef34f18f9d63147560316275
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
require "./hud-widget" # Class MainDlg ############################################ class HudWidget < Qt::Widget attr_reader :w def initialize parent=nil super @w=Ui::HudWidget.new @w.setupUi(self) @parent=parent end def pBexit_clicked() p @w.pBexit.text @parent.close end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fgmapping-2.0.0 | lib/fgmapping/hud-impl.rb |