root/trunk/orca/qt/demos/layout1.r

Revision 13, 471 bytes (checked in by krobillard, 3 years ago)

Restored Qt demos/

Line 
1ORCA [
2    Purpose: "A simple layout example"
3]
4
5print exec widget [
6    vbox [
7        grid 3 [
8            label "Input Folder" if: line-edit button "..." [print "A"]
9            label "Config File"  cf: line-edit button "..." [print "B"]
10            label "Log File"     lf: line-edit button "..." [print "C"]
11        ]
12        spacer
13        hbox [
14            spacer
15            button "OK"     [close yes]
16            button "Cancel" [close no ]
17        ]
18    ]
19]
20
Note: See TracBrowser for help on using the browser.