View Single Post
Posts: 40 | Thanked: 112 times | Joined on Apr 2012 @ Poland
#30
OK, I will implement it, but i think it looks ok.

@ivyking
Thanks for suggest.
I have in plans to make taking arguments for app.
Multiple windows I will add to options window (I will make it someday)
I looked up for vol keys for zooming, but it's harder to make it than to other keys, for now I am not coding it.
I will try to support other formats of images.

===============================
I have coded support for BMP and PNG files, timeout for toolbar.
I also removed visualization of loading img, it speeds up so much loading.
And I tried to implement vol keys... and here is a problem with QT, with gtk its easy, I found:
Code:
Hi, 

you have to set an XAtom on your window. This is how I do it in Python: 

 self.__window.window.property_change("_HILDON_ZOOM_KEY_ATOM", 
 "XA_INTEGER", 32, 
 gtk.gdk.PROP_MODE_REPLACE, 
 [1])
but on Qt there is no func like property_change. For now there will be no zoom in/out keys on vol keys.

Last edited by jendkers; 2012-04-09 at 13:30.
 

The Following 2 Users Say Thank You to jendkers For This Useful Post: