i really hope this dont break
last dev log so the last devlog like crashed my entire computer or something and now i cant edit it to change the mesasge to i am going to wright all of it here
- i added an sql data base
- the data base simply pulls all of the tasks from the .db fle then converts them in to tjhe structs i menaced before then it loads them to the qml page
- sql
- sql mage nooooo sence i might just be stuppid but this took like 6 hr aklone to figgure out how to wright to a db file
current devlog
- initializer
- qml really dont like to run before the c++
- howver i needed to just the function that loads all the task affter the qml loads becouse the qml needs to tell the c++ where the tasks need to be
- so after a long time reaserching and trying things i found that qt has a way to do what i needed and now the code can run the script at the right time
- add task
- i made a way to add a task
- basicly you click a + button then you select al the things you want then it send those to the c++ witch sends them to the sql then it oulls the sql and realoded all the task
- you might be wondering why doo all of that when it would be easier to just add the task in the qml and to that i say yeah you probly right idk what i am doing
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.