i think i need to use a XEvent with QMainWindow together to make my application unable to close even by Window Manager , could any one provide an example ?
Can anybody explain the开发者_Python百科 mechanism of clipboard of xwindow to me? For example, if I make a operation of open a file from gedit and copy the content of this file using ctrl+c. And then
I have an example application that came with Qt (dialogs/standarddialogs) and modified it so that it displays dialog on every screen:
I\'ve got an eeepc with an intel graphics. I\'d like to hook a script to the event of a monitor plugged via VGA. How to d开发者_运维技巧o that?As a crude solution, you may be able to poll on sysfs. On
I am开发者_StackOverflow社区 trying to write a program that tracks when the active window changes using Xlib.I am have trouble figuring out the best way to do this.These are my ideas so far:
I am running a Qt application on Meego platform. The application is streching to fu开发者_Python百科ll screen after random amount of clicks on application. After streching, even Xorg also gets corrupt
I\'m trying to follow this tutorial for programming with xlib http://tronche.com/gui/x/xlib/ this is the code i\'ve written so far
I want to run a minimal X session with just a window manager and a single fullscreen program.The obvious way to do this is by putting something like this in .xinitrc:
I have an LCD monitor that supports hsync between 30 to 82 kHz and vsync 50-85kHz. Lowest supported resolution is 640x350. I want to run it in 400x240 resolution. I think I need to edit the modedb str
How can I retrieve the top window of which the cursor is on top of in the X11 server? The window doesn\'t have to be ”active” (selected, open, whatever), it just has to hav开发者_如何学Ce the curso