Sha256: 96a55468252d5724f7c100284f290bcfe27c717e0daf2ee3458ce6228a7329ce
Contents?: true
Size: 440 Bytes
Versions: 8
Compression:
Stored size: 440 Bytes
Contents
#encoding: utf-8 require 'Qt' require_relative 'window' class Qt::Application def self.translate(*a,&b) method_missing(:translate,*a,&b).force_encoding('utf-8') end end Qt::CoreApplication.organization_name = "PhrogzSoft" Qt::CoreApplication.organization_domain = "phrogz.net" Qt::CoreApplication.application_name = "RUIC" $prefs = Qt::Settings.new $app = Qt::Application.new(ARGV) gui = UIC::GUI.new gui.show gui.open $app.exec
Version data entries
8 entries across 8 versions & 1 rubygems