Added personal notes so that I dont forget
This commit is contained in:
parent
9657c3f792
commit
c29755180f
18
README.md
18
README.md
@ -221,3 +221,21 @@ The links to QT source code and appropriate license notices are attached. We try
|
||||
If you follow the recommended build steps and do not statically link QT libraries on your own you are safe to use this library for commerical puropses (provided you abide by MIT License).
|
||||
|
||||
MIT
|
||||
|
||||
### Notes (Personal)
|
||||
|
||||
**Yoga related**
|
||||
|
||||
- Need to implement YGMeasure for labels and text
|
||||
- Need to implement width and height via stylesheet
|
||||
- Need to implement custom autoprefixer
|
||||
|
||||
**MOC related**
|
||||
|
||||
- Qt's moc doesnt work with macros well if used separately. Current work around is to not use a macro in file having Q_OBJECT.
|
||||
This invloves copy pasting a big chunck of code. Need to find a fix for that.
|
||||
- Auto run qt's moc on files having Q_OBJECT
|
||||
|
||||
**Debug logs**
|
||||
|
||||
- Need a setup where we can run the program with debug mode on and it shows logs.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user