Loading AI tools
来自维基百科,自由的百科全书
QtRuby是跨平台的应用程序框架Qt的Ruby綁定版本,包含Qt4和Qt3支持。也是Korundum(KDE API的Ruby綁定)的基礎。
QtRuby使用SMOKE提供语言綁定基礎
require 'Qt4'
app = Qt::Application.new (ARGV)
hello = Qt::PushButton.new ('Hello World!')
hello.resize (100, 30)
hello.show()
app.exec()
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.