Thread
:
Help Required Regarding Qt (UI opening problem in method)
View Single Post
bibek
2013-04-19 , 16:40
Posts: 368 | Thanked: 826 times | Joined on May 2012 @ India
#
9
I'm not sure if it's feasible or useful doing here, you can register a url mime type in ur UI's .desktop file. Then you could pass that url mime in feeditem's urls. Doing that would invoke your UI automatically whenever items are clicked, along with the url as argument to ur exec specified in that desktop file
And probably you need to separate your UI and daemon. Daemon should be running in back, UI should open and close but not access backend tasks as long as daemon is running.
Not sure if there is an way to synchronise the resources loaded by daemon to make UI startup faster (was it booster's purpose?) , but I think I read it somewhere.
__________________
Blob
|
ClipBook
|
Qcal
|
DoMee
|
ShareBoard
|
TMO Forum App
Quote & Reply
|
The Following User Says Thank You to bibek For This Useful Post:
nauman.altaf
bibek
View Public Profile
Send a private message to bibek
Find all posts by bibek