]> icculus.org git repositories - duncan/yast2-qt4.git/blob - testsuite/tests/Label1.ui
clicking packages work! so the package selector is now
[duncan/yast2-qt4.git] / testsuite / tests / Label1.ui
1 {
2     OpenDialog(
3                `VBox( 
4                      `Label("Hello, World!"),
5                      `PushButton("&OK")
6                      )
7                );
8     UserInput();
9     CloseDialog();
10     return 0;
11 }