Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试让 Qt on Ruby 工作,但我对 QStackedWidget 有疑问 - 它似乎在 Qt4 for Ruby 上丢失了。这段代码:
self.stacked_widgets = Qt::QStackedWidget.new(self)
原因:
未初始化的常量 Qt::QStackedWidget (NameError)
有什么解决方法吗?我正在使用 qtbindings gem,也许还有其他东西或其他控件可以表现得像小部件的容器并一次显示一个?
它是 Qt::StackedWidget 而不是 Qt::QStackedWidget (其他类还有 Qt::PushButton、Qt::Label ......)