OSDN Git Service

f49a4c033660237cde98d7b04b9bb33dd0a7429b
[ring-lang-081/ring.git] / applications / formdesigner / source / tests / tabs / tabsController.ring
1 # Form/Window Controller - Source Code File
2
3 load "tabsView.ring"
4
5 if IsMainSourceFile() {
6         new qApp {
7                 StyleFusion()
8                 open_window(:tabsController)
9                 exec()
10         }
11 }
12
13 class tabsController from windowsControllerParent
14
15         oView = new tabsView