Widget Virtual Keyboard
embitel
Source i (link to git-repo or to original if based on someone elses unmodified work):
* Works with pling-storeor ocs-url
Other Qt Widgets:
© 2025 xfce-look.org - Eyecandy for your XFCE-Desktop
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
2 Comments
Hi, I cannot find the library -lobjectinspector_1. What's wrong?
Hi, you have to edit pro file and set your own pathers for build and link library. for example: in file objectinspector.pro you have to set DLLDESTDIR variable, like this DLLDESTDIR = /home/user/library_dir And in demo.pro LIBS += -L/home/user/library_dir -lobjectinspector_1 When you will do it, just make qmake and rebuild. It must work.