mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
QHD support
This commit is contained in:
parent
563b33de49
commit
69e851e87a
13 changed files with 2707 additions and 197 deletions
2560
upptst/IMLScale/Ctrl.iml
Normal file
2560
upptst/IMLScale/Ctrl.iml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -2,7 +2,9 @@ uses
|
|||
CtrlLib;
|
||||
|
||||
file
|
||||
a.iml,
|
||||
test.iml,
|
||||
Ctrl.iml,
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
|
|
|
|||
2
upptst/IMLScale/a.iml
Normal file
2
upptst/IMLScale/a.iml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
PREMULTIPLIED
|
||||
VERSION(20260403)
|
||||
|
|
@ -19,6 +19,9 @@ void MyApp::Paint(Draw& w)
|
|||
w.DrawRect(GetSize(), White());
|
||||
w.DrawImage(100, 100, TestImg::Test());
|
||||
w.DrawImage(500, 100, TestImg::Master());
|
||||
|
||||
w.DrawImage(100, 200, CtrlImg::Diskette());
|
||||
DDUMP(CtrlImg::Diskette().GetSize());
|
||||
}
|
||||
|
||||
GUI_APP_MAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue