kde4

Very frustrating problem with cmake

我只是一个虾纸丫 提交于 2020-01-01 11:56:48
问题 I am having a frustrating problem with cmake on windows. i have the kde libs installed. when i am trying to compile my project with cmake . this shoots up again and again. Found Qt-Version 4.7.0 (using C:/Qt/2010.05/qt/bin/qmake.exe) CMake Error at c:/Program Files/KDE/share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake:198 (MESSAGE): Did not find automoc4 (Automoc4Config.cmake, part of kdesupport). (missing: AUTOMOC4_EXECUTABLE) Call Stack (most recent call first): c:/Program Files

KDE: klipper action script

筅森魡賤 提交于 2019-12-22 16:40:00
问题 So KDE's clipboard manager - klipper - allows one to write a script to be applied to clipboard contents matching regexp. Say, I want klipper to download an image through bash script. Here's a klipper QRegExp: ^http://.*\.(png|svg|gif|jpg|jpeg) I know that this regexp works - klipper notifies me every time I copy image URL to clipboard. Then, here's a bash script #!/bin/bash # let's name it clip.bash name=`basename $1` curl -o ~/Downloads/$name $1 I put this script to the PATH (I tried to feed

Please point me to (good) documentation about QT layouts for plasma development [closed]

和自甴很熟 提交于 2019-12-11 07:38:55
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . I am trying to develop a plasmoid in python. I got some good tutorials here (techbase.kde.org/Development/Tutorials/Plasma) and they are really helpful, but they don't have documentation or examples about QT layouts and their usage. I haven't programmed with QT, but I know C++ well. So, the resources shouldn't be

Qt::Tool window diasappears when application become inactive

你说的曾经没有我的故事 提交于 2019-12-08 14:10:32
问题 I have problem with keeping Qt::Tool window visible when the application becomes inactive. The application is running and there are 2 windows opened - main and additional with Qt::Tool flag set. When I open/switch to other app e.g Konosole the main window remains visible but second disappears - so if I want to e.g. rewrite some data from the tool window to a document I need to keep switching between them. There is no such problem with Qt::ToolTip but it looks different. I've also tried

Gui for KDE and Gnome [duplicate]

柔情痞子 提交于 2019-12-07 16:40:58
问题 This question already has answers here : Linux GUI development (4 answers) Closed 5 years ago . I want to write a gui to an application that is now CLI that needs to "look good" in both KDE and Gnome DE's, taking optimal advantage of a users settings for appearance. If I select Qt or GTK+ will I be able to do this? Do they integrate well with both DE's? Or does a KDE user need gnome libs and vice versa to run them? My development language of choice will be C++ 回答1: You can compile and link to

Gui for KDE and Gnome [duplicate]

为君一笑 提交于 2019-12-05 22:09:01
This question already has an answer here: Linux GUI development 4 answers I want to write a gui to an application that is now CLI that needs to "look good" in both KDE and Gnome DE's, taking optimal advantage of a users settings for appearance. If I select Qt or GTK+ will I be able to do this? Do they integrate well with both DE's? Or does a KDE user need gnome libs and vice versa to run them? My development language of choice will be C++ You can compile and link to Qt statically (I've seen this on Windows, don't know how it works on Linux). Qt applications can look native on GNOME desktop