diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-08 20:55:58 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-09 00:41:00 +0100 |
commit | d016d5e365ca7fabee627cf68032a3667fd29a37 (patch) | |
tree | 95690910c43bfb6fb7770e4af27441294cbe359a /Base/home/anon/little | |
parent | bce510bf6ff14ccd86507e560e734cb56d754b20 (diff) | |
download | serenity-d016d5e365ca7fabee627cf68032a3667fd29a37.zip |
HackStudio: Start fleshing out the GUI for a GUI designer :^)
I'll be reconstructing parts of the VisualBuilder application here and
then we can retire VisualBuilder entirely once all the functionality
is available in HackStudio.
Diffstat (limited to 'Base/home/anon/little')
-rw-r--r-- | Base/home/anon/little/little.files | 1 | ||||
-rw-r--r-- | Base/home/anon/little/test.frm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Base/home/anon/little/little.files b/Base/home/anon/little/little.files index c4647b0dc7..46648a0e18 100644 --- a/Base/home/anon/little/little.files +++ b/Base/home/anon/little/little.files @@ -1,3 +1,4 @@ main.cpp Makefile little.files +test.frm diff --git a/Base/home/anon/little/test.frm b/Base/home/anon/little/test.frm new file mode 100644 index 0000000000..481eead9e6 --- /dev/null +++ b/Base/home/anon/little/test.frm @@ -0,0 +1 @@ +{"name":"Form1","widgets":[{"enabled":true,"forecolor":"#000000ff","ruler_visible":false,"autofill":false,"x":155,"tooltip":null,"height":121,"width":126,"y":10,"class":"GTextEditor","text":"Hi","backcolor":"#c0c0c0ff","visible":true},{"tooltip":null,"backcolor":"#c0c0c0ff","forecolor":"#000000ff","text":"Okydoky","class":"GButton","autofill":false,"enabled":true,"visible":true,"x":10,"height":21,"y":70,"width":81},{"tooltip":null,"backcolor":"#c0c0c0ff","forecolor":"#000000ff","class":"GGroupBox","autofill":true,"enabled":true,"visible":true,"title":"groupie","x":10,"height":71,"y":100,"width":141},{"tooltip":null,"forecolor":"#000000ff","y":10,"max":100,"autofill":false,"x":10,"min":0,"class":"GProgressBar","backcolor":"#c0c0c0ff","height":21,"enabled":true,"visible":true,"width":136,"value":50},{"tooltip":null,"backcolor":"#c0c0c0ff","forecolor":"#000000ff","text":"Looks like success!","class":"GLabel","autofill":true,"enabled":true,"visible":true,"x":10,"height":26,"y":35,"width":136},{"enabled":true,"forecolor":"#000000ff","checked":false,"autofill":false,"x":160,"tooltip":null,"height":26,"width":91,"y":140,"class":"GCheckBox","text":"checkbox_1","backcolor":"#c0c0c0ff","visible":true},{"enabled":true,"forecolor":"#000000ff","checked":false,"autofill":false,"x":160,"tooltip":null,"height":26,"width":61,"y":160,"class":"GRadioButton","text":"radio_1","backcolor":"#c0c0c0ff","visible":true},{"tooltip":null,"forecolor":"#000000ff","y":125,"max":100,"autofill":false,"x":25,"min":0,"class":"GSlider","backcolor":"#c0c0c0ff","height":26,"enabled":true,"visible":true,"width":116,"value":"60"}]}
\ No newline at end of file |