Re: [Interest] QwtPlot in QGridLayout

2012-05-04 Thread David Boosalis
Issues with your code that I see: 1) It will not compile as is 2) you do not have and connect for addChartPB::clicked() and your slot addChart(). I would advise you not use QWT to debug your code, but just use labels instead. On Thu, May 3, 2012 at 2:24 AM, Sujan Dasmahapatra wrote: > I want

[Interest] Having two QDeclerativeContexts , setSource of one through the other?

2012-05-04 Thread Sivan Greenberg
Hi All, My client app needs to have two sets of UI interaction - one is used to load QML files that describe complete UIs and "run" them, for testing purposes, the other is the control UI of the client app (if anyone was wondering, this is for the UX feedback system I'm working in my non existent

[Interest] QML property binding chains?

2012-05-04 Thread Jeremy
Is there a way to configure a sort of cascading property evaluation/binding ? For example, think about an RPG character, where one of his stats might be made up of an accumulation of an arbitrary number of values from other properties, even in other objects. For example, the characters 'defense' s

[Interest] Print Dialog to print web page

2012-05-04 Thread Arun Kumar
Hi, I am in a work to create a web browser,I modified the fancy browser source code, My problem is how to pop up print dialog to print my web page it s very urgent please help me... ___ Interest mailing list Interest@qt-project.org http://lists.qt-proje

[Interest] Downloading file from QWebView object

2012-05-04 Thread Arun Kumar
Hi, I created one web browser using Qt, Now I am in troble to download files from my browser , how I can call the default save file dialog and save to the dwnloaded file to disk when I click on the download link. Please help me. ___ Interest mailing lis

Re: [Interest] [Development] Print Dialog to print web page

2012-05-04 Thread Pritam
On Friday 04 May 2012 08:10 PM, Arun Kumar wrote: I tried but didnt get any useful class to use with QWebView class There is a example on how to print a widget, have a look at that. QWebView is also a widget. On Fri, May 4, 2012 at 5:14 AM, Pritam > wro

Re: [Interest] Interest Digest, Vol 8, Issue 10

2012-05-04 Thread Jeremy
ntiated > inside the main map view if I don't have to. It would be far more flexible > for example to have each character sheet rendered via different QML views > on separate tab pages for example, for quick and easy access. > > Thoughts? > -- next part --

[Interest] QHBoxLayout spacing mismatch between mac os x and windows or linux - Qt-4.8.1

2012-05-04 Thread Michael Hartung
Hi, A QHBoxLayout array of: 1.QToolButton/icon 2.QCheckBox 3.QToolButton/icon acts as the layout for a QFrame. Only on osx 2. is not centered but hugs a bit with 3. Currently I workaround with "insertSpacing(2, 8)" on "darwin"... Any ideas for a solution...? Michael -- Best regards, Mi

Re: [Interest] QML & QDeclarativeView

2012-05-04 Thread Bo Thorsen
Hi Jeremy, Den 04-05-2012 07:07, Jeremy skrev: > Suppose you have a custom built UI, with forms and c++ and such. Within > certain panes/tabs/etc of this custom view, you want to display qml > driven content. Is it possible for the same QML data to drive the output > in multiple QDeclarativeView ?