repo.or.cz
/
supercollider.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Forgot a help fix: Drag a dock's title bar, not divider, to reposition
[supercollider.git]
/
SCClassLibrary
/
QtCollider
/
flowViewSupportQt.sc
blob
da5c818399688b0a09d015ed5a58e2508764aa51
1
2
3
+ QWindow {
4
5
asPageLayout { arg title,bounds;
6
^PageLayout.on(this,bounds)
7
}
8
}
9
10
11
+ QView {
12
13
asPageLayout { arg title,bounds;
14
^FlowView(this,bounds ?? {this.bounds})
15
}
16
}
17