Displaying 4 results from an estimated 4 matches for "mywidget".
2018 Jun 15
2
CentOS7/Mate Qt bugs/features?
...) might be and how to fix it/them ?
Thanks
James Pearson
Python script:
#!/usr/bin/python
#
# gsettings set org.mate.Marco.general compositing-manager true
#
# gsettings set org.mate.Marco.general compositing-manager false
from PyQt4.QtGui import *
from PyQt4 import QtCore
import sys
class MyWidget(QFrame):
def __init__(self, parent=None):
super(MyWidget, self).__init__(parent)
self.setAttribute(QtCore.Qt.WA_TranslucentBackground)
self.state = 1
self.combo = QComboBox()
for a in ['A','...
2007 Dec 27
1
display resolution
...nly use 800x600 resolution?
i tried install other distro and also few livecd and most distro can give me
1024x768
anyway i can get more screen on centos5.1?
tia.
--
rgds.dennyhalim.com
Mesin Cari Indonesia! http://indosearch.blogspot.com
Pasang Widgets di Web/Blog Loe! http://wiki.dennyhalim.com/mywidget
Berita Mutakhir di PDA/Ponsel Loe! m.dennyhalim.com
... they look but do not see and hear but do not listen or understand. Mat
13:13
... but that which cometh out of the mouth, this defileth a man. Mat 15:11
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http...
2010 Jul 21
1
tcltk resizing when using tkgrid for layout
...size when the window is
resized by clicking and dragging on its corners or edges. Instead they
stay exactly where they are, and parts of them get cut off when the
window is made smaller and reveal large empty spaces when the windows is
made bigger. Looks terrible.
I've tried doing tkconfig(mywidget,sticky='news') and all that does is
stretch the widget out to the original window dimensions, but this
doesn't help at all when the window is resized. From reading the TclTK
documentation, it seems like the 'rowconfigure' and 'columnconfigure'
methods of the grid are...
2006 Mar 31
7
Reset events after ajax update
Avoiding real work I decided to try and clean up my html and remove my
inline onclick handlers for Ajax.Updater calls. Here''s the inline
method I''ve been using:
http://hank.org/demos/ajax-inline.html
Now, here''s using <script> sections to apply the behavior.
http://hank.org/demos/ajax.html (firefox only)
Since the links (tabs) are inside the