LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   rbuic4 not generating 'require' statements for promoted widgets (https://www.linuxquestions.org/questions/programming-9/rbuic4-not-generating-require-statements-for-promoted-widgets-749640/)

sydney-troz 08-23-2009 12:50 AM

rbuic4 not generating 'require' statements for promoted widgets
 
Hi,

I am using Qt Designer 4.5.2 to design some widgets. One of the widget contains a widget which is promoted to another custom widget. In the promotions editor, I've set the included filename to that of my Ruby implementation of that widget. However, when running rbuic4 on the file, the promoted widget isn't included (i.e. with a require statement) in the output file.

Where I should see
Code:

require 'korundum4'
require 'promotedwidget.rb'

I see
Code:

require 'korundum4'
And that's without using the -k option to rbuic4 -- it seems to be stuck in the KDE mode, but that's another question for another thread.

Is this a bug in rbuic4?


All times are GMT -5. The time now is 10:08 AM.