1
vote
1answer
20 views
Styling a QScrollBar by QStyle
I try to style a QScrollBar via a custom QStyle but if i draw nothing in drawComplexControl for the QScrollBar, the required space for the scrollbar on the parent widget is painted …
0
votes
1answer
23 views
QT: table widget, numbers only
Dear All,
first I apologize for the probably silly question. I am having trouble with QT.
I have a table widget with four columns; I want the user to be able to insert only
intege …
0
votes
1answer
27 views
gwt add custom widget to panel
I have created some classes in which it create a bunch of widgets (e.g. label, textbox). I want to create the widget on the fly and add it to a panel. How can I do that.
2
votes
3answers
177 views
Creating “pretty” Qt Custom Widgets
What is the process behind making custom widgets (using Qt) that don't look...well...ugly?
I know it is fairly trivial to make a "custom widget" that has say, a listbox and a push …
0
votes
1answer
57 views
PyQt custom widget in c++
Can I write custom Qt widget in pure C++, compile it and use in PyQt?
I'm trying to use the ctypes-opencv with qt and I have performance problems with python's code for displaying …
2
votes
4answers
158 views
GWT printing to PDF
Hi guys,
I wanna to a pop over content to PDF. I am using GWT. I think client side its impossible. But any budy here know how browser can print into PDF file? And is there any way …
0
votes
1answer
35 views
Large data accociation javascript widget
I am looking for a searchable multiple select javascript widget that can handle filtering large amounts of server-side data for a 1-n relationship. For instance I have a category …
0
votes
1answer
91 views
Star Rating widget for jQuery UI
I was introduced to the Star Rating widget for jQuery UI: http://orkans-tmp.22web.net/star_rating/
I was originally using this one: http://www.fyneworks.com/jquery/star-rating/
Is …
3
votes
2answers
55 views
Does GWT have a Paragraph widget?
I've drawn a blank. Does GWT have a widget that produces the HTML P tag?
I want just the P tag to appear in the DOM, without any extraneous DIV's.
0
votes
3answers
76 views
GWT Accessing Widget Methods without knowing the name of the Widget
This may have been asked before but I have no idea how to word it to search for it.
I have a composite widget that has methods to update some of the widgets that make up the compo …
0
votes
1answer
173 views
loading remote page into DOM with javascript
I am trying to write a web widget which will allow users to display customized information (from my website) in their own web page. The mechanism I want to use (for creating the we …
-2
votes
1answer
53 views
How to write a simple login widget in Zend Framework
Hi
I am new to zend framework and wigets. can anybody post the code on "how to write a simple login widget.
Thanks inadvance.
0
votes
3answers
53 views
How to pack a tkinter widget underneath an existing widget that has been packed to the left side?
Hi all,
I'm attempting to write a basic Tkinter GUI that has a Text widget at the top, then a Button widget left aligned under it, then another Text widget underneath the button. …
1
vote
1answer
38 views
Chaining Tk::BrowseEntry widgets together
I am facing some glitches using the -browsecmd and -listcmd options of Tk::BrowseEntry widget:
I have three BrowseEntry widgets and each uses the value of the previous one as inp …
0
votes
3answers
34 views
Need a sortable JavaScript table which can handle real-time updates
I need a sortable table or grid widget in JavaScript which can handle real-time updates. I will be updating rows within the table via updates from Comet and preferably don't want …
