summaryrefslogtreecommitdiffstats
path: root/kjsembed/tests/test_kropart.js
blob: 1e2d4344dd968168f2ff068c192f0afe4a8c7211 (plain)
1
2
3
4
5
var box = new QHBox( this );
var view = Factory.createROPart( "cat", box, "view" );

box.show();
application.exec();