Sha256: c8f59050e036896d333fbf4e062e1bf021b5a25fa5ff76c9e6a0d8cff31f57c3
Contents?: true
Size: 202 Bytes
Versions: 25
Compression:
Stored size: 202 Bytes
Contents
#!/usr/bin/env ruby $VERBOSE = true; $:.unshift File.dirname($0) require 'Qt' a = Qt::Application.new(ARGV) hello = Qt::PushButton.new('Hello World!', nil) hello.resize(100, 30) hello.show() a.exec()
Version data entries
25 entries across 23 versions & 3 rubygems