Re: [Interest] QML window icon

2013-01-29 Thread Rutledge Shawn
Mark Summerfield writes: I am trying to create a pure QML program, so may main.cpp is simply: #include QGuiApplication #include QQmlEngine #include QQuickView int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QQmlEngine engine;

Re: [Interest] QML Runtime

2013-01-30 Thread Rutledge Shawn
On 30 Jan 2013, at 10:24 AM, Mark Summerfield wrote: Hi, I noticed that last month there was a discussion on the dev mailing list about creating a qml runtime so that people could write pure QML programs with #!/usr/bin/qml (or presumably with a file association on Windows). I just

Re: [Interest] QML Runtime

2013-01-30 Thread Rutledge Shawn
On 30 Jan 2013, at 1:01 PM, Bo Thorsen wrote: Den 30-01-2013 11:24, Rutledge Shawn skrev: On 30 Jan 2013, at 10:24 AM, Mark Summerfield wrote: Hi, I noticed that last month there was a discussion on the dev mailing list about creating a qml runtime so that people could write pure QML

Re: [Interest] Debugging on Mac OS X

2013-02-25 Thread Rutledge Shawn
On 23 Feb 2013, at 6:29 PM, Paul Floyd wrote: Hi I'm trying to build and run an app that a colleague wrote, without too much success. It works OK on Linux (and Windows, but I'm not certain of that). I have Mac OS X 10.6.8 XCode 4.0 clang 3.2 Qt 4.8.4 built with whatever compiler it

Re: [Interest] Using QtQuick 2.0 Screen.orientation

2013-03-05 Thread Rutledge Shawn
On 25 Feb 2013, at 11:11 PM, Jim Hodapp wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm attempting to be notified in my QML application of when the underlying QScreen instance (one that I've implemented for my platform as a QPA plugin) changes the orientation property. In my QPA

Re: [Interest] mouse gestures

2013-03-06 Thread Rutledge Shawn
On 5 Mar 2013, at 2:01 PM, Matthias Fuchs wrote: Hi, im am playing around with the imagegestures example and noticed that I do not get any gesture events from a traditional mouse device. Is this how it should behave? Do gestures only work with touch or even multitouch input devices? Is

Re: [Interest] TUIO (multi-touch) Input Plugin

2013-03-06 Thread Rutledge Shawn
On 6 Mar 2013, at 2:38 PM, Casimiro, Daniel C CIV NUWC NWPT wrote: Hi, I wrote a input plugin for Qt 5 that parses TUIO. I think that it is pretty useful. The code is available on github at: https://github.com/dancasimiro/qtuiotouch Documentation: The documentation is sparse, but

Re: [Interest] TUIO (multi-touch) Input Plugin

2013-03-06 Thread Rutledge Shawn
On 6 Mar 2013, at 6:19 PM, Casimiro, Daniel C CIV NUWC NWPT wrote: I think we don't support multi-pointer X, but if you have a big touch table and multiple users, it's a similar scenario. I don't think that multi-pointer X is the right solution. Did you mean the multi-touch support

Re: [Interest] scale all fonts

2013-03-19 Thread Rutledge Shawn
On 19 Mar 2013, at 11:27 AM, Hamish Moffatt wrote: Is it possible to apply a scaling to all font sizes used in an application? I can see Qt is doing the right thing by converting point sizes to pixel sizes in accordance with the DPI of the display. Now suppose I want to override the DPI,

Re: [Interest] Qt builds

2013-03-20 Thread Rutledge Shawn
On 20 Mar 2013, at 11:21 AM, Alexpux wrote: I don't know how it need memory) I have computer with Win7 64-bit, 4Gb RAM, Processor Intel Core i5 3,3GHz. To complete one build with all prerequisites I need about 8-10 hours. I don't use any specific compiler options to reduce memory usage.

Re: [Interest] Native DragDrop in QtQuick 2 / QtQuickControls

2013-03-21 Thread Rutledge Shawn
On 21 Mar 2013, at 3:53 PM, Nils Jeisecke wrote: As using DragDrop in native desktop applications feels quite natural I wonder if adding that functionality is part of the QtQuickControls project scope. I've not seen any hint yet. Maybe it should even be in QtQuick itself. I hope we can get

Re: [Interest] put a QWidget on QTableView

2013-04-10 Thread Rutledge Shawn
On 28 Mar 2013, at 12:53 PM, qt wrote: hi all, i want to put a QWidget on QTableView, the QWidget is moveable, resizable. like the excel, sometimes you could insert a chart on a excel. Well if the widget will belong to just one cell at a time, you can maybe use setIndexWidget. Otherwise

Re: [Interest] Two single touch areas

2013-04-11 Thread Rutledge Shawn
On 6 Apr 2013, at 4:23 PM, Federico Brega wrote: Hello everyone, I'd like to do a full screen application for multi-touch devices. It splits the screen (window) vertically, each half should track the position of a finger touching it. I'm using Qt Quick 1 because my only multi-touch device

Re: [Interest] touch functionality not working with my Qt 5 apps

2013-04-12 Thread Rutledge Shawn
On 12 Apr 2013, at 5:20 PM, fsjunior wrote: VStevenP vstevenpavao at yahoo.com writes: I am trying to figure out why the touch functionality of my LG display isn't working with my Qt 5 apps. The touch technology is an N-trig DuoSense which is easily auto-detected and added as a USB

Re: [Interest] Rotating objects in QML are killing performance

2013-04-15 Thread Rutledge Shawn
On 12 Apr 2013, at 11:47 PM, Michael Andersen wrote: I found the root of the problem: there is something fishy with Nvidia's sync to vblank implementation. If Vsync is turned off, everything works ok, if it is turned on then all hell breaks loose. I just downloaded and installed their

Re: [Interest] QXcbConnection error

2013-04-23 Thread Rutledge Shawn
What kind of graphics card and what kind of drivers are you using? I think some dual-display graphics cards can't provide OpenGL acceleration on both monitors at the same time. Do you need OpenGL for your application? (or are you using Qt Quick, which needs it?) On 22 Apr 2013, at 11:58 AM,

Re: [Interest] QXcbConnection error

2013-04-23 Thread Rutledge Shawn
On 23 Apr 2013, at 2:13 PM, Ramakanthreddy_Kesireddy wrote: We are using graphics card NVidia Quadro 1000M and Nvidia driver version 302.10. We are using Qt Quick 2.0(Qt5.0) and Qt3d which needs OpenGL. Then you should probably make sure you are using TwinView rather than Xinerama. It can

Re: [Interest] QMdiSubWindow resize() does include the frame

2013-04-23 Thread Rutledge Shawn
On 23 Apr 2013, at 10:22 PM, Immanuel Weber wrote: Hi all, I'm trying to set the inner area of a QMdiSubArea to a specific size, but the the resize(..) member of QMdiSubArea includes the frame. As stated in the documentation

Re: [Interest] Qml Window: handling close events?

2013-05-06 Thread Rutledge Shawn
On 4 May 2013, at 3:54 AM, Josh Faust wrote: There doesn't appear to be any way of handling Window close events in QtQuick (nor, now that I look at it, in QWindow). Am I missing something obvious? onVisibleChanged or onVisibilityChanged perhaps? But it happens after the window is already

Re: [Interest] Unique - Hardware bound - ID

2013-05-16 Thread Rutledge Shawn
On 15 May 2013, at 12:52 PM, Konrad Rosenbaum wrote: Some words of caution: MAC addresses can be changed in software. Depending on your paranoia level you may not want to rely on them - in that case you may want to think about hardware dongles to secure your app. You could maybe try to use

Re: [Interest] Custom-shaped QDialog or similar

2013-05-21 Thread Rutledge Shawn
On 21 May 2013, at 8:20 AM, Rutledge Shawn wrote: On 17 May 2013, at 4:19 PM, Sensei wrote: Dear all, I'd like to try something new for an application: having a custom shaped dialog for some options. You can see my desire in the attachment. Now, what do you suggest to do that? I am

Re: [Interest] PDF creation issues with QT5

2013-05-29 Thread Rutledge Shawn
Den 29 May 2013 kl. 8:01 PM skrev Israel Brewster: Well, after some effort and tweaking, I managed to get the QPrinter based approach working under Qt 5.1 - actually with code almost identical to my original code. I had to make the content narrower to fit on the page, since the

Re: [Interest] Amazon / Classic Mac OS-like menus (Tognazzini and Batson)?

2013-05-31 Thread Rutledge Shawn
Den 31 May 2013 kl. 9:40 AM skrev John Lee: I was intending to implement it in my own code (or better, use somebody else's open source implementation...) -- though I'd be glad to see explicit support for it added to Qt of course. It's for a QSystemTrayIcon. If it worked on Linux that

Re: [Interest] compile touch example in Qt5

2013-06-24 Thread Rutledge Shawn
On 21 Jun 2013, at 11:37 PM, Charles Krinke wrote: I am trying to compile the touch examples in Qt-5.0.2 in the qt5base-5.0.2/examples/touch directory. I can do a qmake with my mkspec, but then when I do a make, nothing is compiled and I get a message nothing to be done for first. Is

Re: [Interest] My First approach with QT 5.1 on MacOS : very disappointing

2013-09-02 Thread Rutledge Shawn
On 2 Sep 2013, at 12:38 PM, Till Oliver Knoll wrote: Am 02.09.2013 um 12:12 schrieb Vincent R. foru...@smartmobili.com: ..., by clicking on the tiny red button top left - or press ESC. Except that the tiny red button IS NOT AVAILABLE !!! But hitting ESC worked for you, right? Good,

Re: [Interest] Qt Application deployment across platforms

2013-09-05 Thread Rutledge Shawn
On 4 Sep 2013, at 8:43 AM, Thiago Macieira wrote: On quarta-feira, 4 de setembro de 2013 06:37:07, Ramakanthreddy Kesireddy wrote: I would like to know if I develop a Qt application, can it be deployed across platforms like linux,OSX and Android without recompiling for Specific platform

Re: [Interest] Qt for digital tabletop applications

2013-09-18 Thread Rutledge Shawn
On 18 Sep 2013, at 1:21 PM, Andrea Franceschini wrote: 2013/9/18 Rutledge Shawn shawn.rutle...@digia.com: Qt Quick is intended as the replacement for QGraphicsView, so QGV is not getting much development/bug-fixing attention, and the gesture framework has some issues. What kind

Re: [Interest] QWindow::setTransientParent fails on windows

2013-09-27 Thread Rutledge Shawn
On 27 Sep 2013, at 10:50 AM, Roland Winklmeier wrote: In the mean time I found some other weird stuff. I did some tests with QML windows: ApplicationWindow { id: mainWindow title: My MainWindow width: 640 height: 480 Button { text: Child

Re: [Interest] Does Qt have a cross platform + mobile QSystemTrayIcon?

2013-10-03 Thread Rutledge Shawn
On 2 Oct 2013, at 4:40 PM, Joseph Crowell wrote: On 02/10/2013 10:33 PM, Mark wrote: On Wed, Oct 2, 2013 at 7:52 AM, Rutledge Shawn shawn.rutle...@digia.com wrote: Ensuring that it works on the mobile platforms too sounds like a good idea, to the extent that it's possible

Re: [Interest] QtQuickControls in Qt5.2 alpha

2013-10-03 Thread Rutledge Shawn
On 4 Oct 2013, at 6:44 AM, Ramakanthreddy Kesireddy wrote: Please let me know if QtQuickControls work only for desktop operating systems in Qt5.2 alpha I intend to use QtQuickControls for desktop linux and embedded linux platforms. They will work on embedded platforms too, but the default

Re: [Interest] Wifi support in QT5.2 alpha

2013-10-15 Thread Rutledge Shawn
On 15 Oct 2013, at 10:43 AM, Ramakanthreddy Kesireddy wrote: Hi, Please let me know the Qt Module(in Qt5.2 alpha) which would display list of WiFi access points and enable connection with access points(WPA/WPA2/WEP/Open Networks) Bearer Management?

Re: [Interest] Does Qt5 support multiple touch devices for X Window?

2013-10-30 Thread Rutledge Shawn
On 29 Oct 2013, at 8:09 AM, Leslie Zhai wrote: Hi qt developers users, Does Qt5 support multiple touch devices for X Window? For example, 9 projected capacitive touch screen devices experienced as a super big touch screen, shown as below link:

Re: [Interest] Qt5.2 Beta for cross compilation

2013-10-30 Thread Rutledge Shawn
On 30 Oct 2013, at 1:53 PM, Ramakanthreddy Kesireddy wrote: Hi, Can I use the Qt5.2 beta Dailysnapshots http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/2013-10-30_118/single/ to cross compile for target board as I want to make sure modules like

Re: [Interest] qtquickcontrols question

2013-11-06 Thread Rutledge Shawn
On 6 Nov 2013, at 4:49 PM, Damian Ivanov wrote: Hi, I have a question :) http://blog.qt.digia.com/blog/2011/08/26/toplevel-windows-and-menus-with-qt-quick/ That's rather old, about an earlier iteration of the component set that we are shipping with Qt 5.x (x = 1). Menu is now

Re: [Interest] qtquickcontrols question

2013-11-07 Thread Rutledge Shawn
On 7 Nov 2013, at 7:53 AM, Damian Ivanov wrote: Thanks Shawn for the clarification. That's rather old, about an earlier iteration of the component set that we are shipping with Qt 5.x (x = 1). Menu is now multi-purpose and therefore has replaced ContextMenu. ok. how can I show the menu

Re: [Interest] qtquickcontrols question

2013-11-07 Thread Rutledge Shawn
On 7 Nov 2013, at 10:31 AM, Damian Ivanov wrote: Great! Super Thanks Shawn. Two last questions for today I promise :) Is it possible that I have them persistent i the main window like ___ |Menu1 |Menu2

Re: [Interest] Very slow start-up on MacOS

2013-11-12 Thread Rutledge Shawn
On 12 Nov 2013, at 12:47 PM, Marc Freese wrote: Hello, I hope this is the right place to post this, I was encouraged to do so here. Following is a bug in Qt5 I believe: On MacOS Snow Leopard and MacOS Mavericks (MacOS Lion (10.7.3), Windows and Linux work fine): When my

Re: [Interest] C++ enums undefined in QML

2013-11-15 Thread Rutledge Shawn
On 15 Nov 2013, at 1:32 PM, Guido Seifert wrote: Hi, No namespaces and no forgotten import. It is really strange. The class in which I defined the enums is a QAbstractTableModel, which I use as model in QML. As I wrote, everything works perfectly, except for the enums. So the code

Re: [Interest] Best practices for settings

2013-11-18 Thread Rutledge Shawn
On 17 Nov 2013, at 2:53 PM, Tim Hoffmann wrote: Hi all, Are there any best practices for working with QSettings in larger projects with many settings? In particular: - How do you efficiently synchronize settings with widgets in an options dialog. - How do you efficiently detect

Re: [Interest] QtCreator and Ctrl+Shift bindings

2013-11-18 Thread Rutledge Shawn
On 18 Nov 2013, at 10:30 AM, Oleg Shalnev wrote: Of course I turn of all Ctrl+Shift mappings in QtCreator but Creator still wait for some key after Ctrl+Shift combination. Then you should probably file a bug. ___ Interest mailing list

Re: [Interest] Best practices for settings

2013-11-18 Thread Rutledge Shawn
On 18 Nov 2013, at 12:33 PM, Philipp Kursawe wrote: I am also currently struggling how to wire up changes to QSettings with the lack of signals/slots. Some of my plugins depend on global app settings but with QSettings its impossible for them to get notified about changes in settings.

Re: [Interest] Glyph fallback

2013-11-19 Thread Rutledge Shawn
On 19 Nov 2013, at 4:25 PM, Ender Erel wrote: Hi all, I am using Qt on Embedded Linux and trying to setup fallback fonts for some glyphs. First, let me explain my situation: I have three TTF fonts (without any overlap in glyph coverage): -FontA: includes Latin, Cyrillic and Greek

Re: [Interest] Qml modal dialog

2013-12-22 Thread Rutledge Shawn
On 20 Dec 2013, at 12:41 PM, Sadika Sumanapala wrote: Is it possible to create modal dialog in qml which use qtquick controls? Yes you can set modality: Qt.ApplicationModal or Qt.WindowModal on any QWindow and on any of the QtQuick.Dialogs. However of course there are no blocking

Re: [Interest] Font issues.

2013-12-30 Thread Rutledge Shawn
On 29 Dec 2013, at 12:25 AM, Joshua Kolden wrote: I'm having difficulty with QtQuick font support. I can't quite be sure where the issue is, but it appears that Qt does not support ttf fonts with styles / SubFamilies, or it may be an issue with font weights. In particular if you go to

Re: [Interest] curve’s width in inch on different displays

2014-01-23 Thread Rutledge Shawn
On 23 Jan 2014, at 11:00 AM, Portale Alessandro wrote: From: 梁伟钟 [l...@xdt-inc.com] Sent: Thursday, January 23, 2014 10:05 Subject: [Interest] curve’s width in inch on different displays Hello, I would like to set curve's width in inch and make sure it shows the same size on different

Re: [Interest] Strange socket problem. QTcpSocket. Windows/Linux

2014-01-28 Thread Rutledge Shawn
On 27 Jan 2014, at 4:38 PM, Thiago Macieira wrote: That's why companies are moving away from custom or specialised embedded OS to just running Linux on their hardware. Do we know that Samsung didn't do that? (except that if they had, it would probably work well ;-) Anyway, if you are

Re: [Interest] New window in Qt makes the application activate

2014-02-02 Thread Rutledge Shawn
On 31 Jan 2014, at 5:49 PM, John Weeks wrote: Thanks for your comments, Konrad. Part of my question is driven by the fact that our currently-shipping non-Qt version puts up windows while it's not the active application and this does not make the application activate. We run on both

Re: [Interest] New window in Qt makes the application activate

2014-02-04 Thread Rutledge Shawn
On 4 Feb 2014, at 1:14 PM, william.croc...@analog.com wrote: On 02/03/2014 11:32 PM, Mandeep Sandhu wrote: As part of a (partly mistaken) emulation of some ancient Macintosh API's I was calling QWidget::activateWindow(). If the application is not active, that both makes the

Re: [Interest] qmlx11 plugin

2014-02-05 Thread Rutledge Shawn
On 5 Feb 2014, at 11:16 AM, Damian Ivanov wrote: Hi, I made a c++ QML plugin for X11 functions like windowlist, active window, setting, getting icon of apps, names, id and setting netwm properties. Source code is here https://build.opensuse.org/package/show/home:damianator:qmlx11/qmlx11

Re: [Interest] qmlx11 plugin

2014-02-06 Thread Rutledge Shawn
On 5 Feb 2014, at 6:22 PM, Thiago Macieira wrote: Em qua 05 fev 2014, às 14:59:23, Rutledge Shawn escreveu: Personally I wish we had some of that as QPA APIs (at least window list and window icons), but of course it assumes that we can do the same thing on the other platforms. In my

Re: [Interest] Fwd: QtCompositor API : is it bit-rotting ?

2014-02-14 Thread Rutledge Shawn
On 14 Feb 2014, at 11:12 AM, Jean-Michaël CELERIER wrote: I tried to compile it, however I get numerous errors related to Wayland and Wayland functions that seem to have changed. For instance : wl_display_add_object which looks like it has disappeared some time ago :

Re: [Interest] Fonts not rendered properly on RaspberryPi

2014-02-23 Thread Rutledge Shawn
On 23 Feb 2014, at 9:37 PM, Thiago Macieira wrote: Em dom 23 fev 2014, às 20:44:16, Filip Piechocki escreveu: For me it looks good, maybe there is something wrong with fontconfig or freetype? That's my guess, yes. FWIW I saw this problem too when experimenting with Qt on Wayland on Arch

Re: [Interest] Qt systray icon fails to load, causing X to blink and spam error

2014-03-28 Thread Rutledge Shawn
On 20 Mar 2014, at 11:37 PM, Frank Shin wrote: Hi, this is my first post here and it is in regards to a qt5 base app that is a gui for connman internet manager. The author released this software on his github below https://github.com/andrew-bibb/cmst I am hoping to help the author by

Re: [Interest] QMessageBox default sizes

2014-04-02 Thread Rutledge Shawn
On 2 Apr 2014, at 11:53 AM, Sensei wrote: Dear all, How can I reproduce the aesthetics of a QMessageBox::warning and similar static functions? I am trying to make a platform-specific dialog box that handles informativeText (yes, just that! at least for now). However, I don't know

Re: [Interest] QAction shortcuts in modal dialogs

2014-04-29 Thread Rutledge Shawn
On 19 Apr 2014, at 2:03 AM, John Weeks wrote: Our application runs on Macintosh and Windows desktop systems. On Macintosh it is usual to have the menu bar active even when a modal dialog is displayed, and it can be used to cut/copy/paste in editable fields in the dialog. Qt, on the

Re: [Interest] GridView

2014-04-30 Thread Rutledge Shawn
On 30 Apr 2014, at 2:37 AM, Joshua Kolden wrote: I get strange scrolling behavior with QML's GridView on OSX with with a touchpad doing the typical two finger scrolling gesture. Click drag seems to be doing what two finger click drag should be. Is this a bug or am I missing a step?

Re: [Interest] MouseArea failed to handle onPositionChanged to a frameless ApplicationWindow in Qt 5.2.1

2014-05-07 Thread Rutledge Shawn
On 7 May 2014, at 4:50 AM, Leslie Zhai wrote: Hi qt developers, I use MouseArea to act like DragArea to move the frameless ApplicationWindow in Qt5.2.1 https://github.com/AOSC-Dev/QJade/blob/master/qml/DragArea.qml#L17 But Window Cannot Be Moved Over the Borders the Screen

Re: [Interest] MouseArea failed to handle onPositionChanged to a frameless ApplicationWindow in Qt 5.2.1

2014-05-07 Thread Rutledge Shawn
On 7 May 2014, at 8:52 AM, Leslie Zhai wrote: Hi Rutledge, Thanks for your reply :) It is might be the WINDOW MANAGER issue, for example, KWin (the KDE`s) is not able to handle QML frameless Window correctly, when you drag the window title over the borders (for example, over the top

Re: [Interest] QWidget resize on ios

2014-05-07 Thread Rutledge Shawn
On 6 May 2014, at 6:36 PM, Thiago Macieira wrote: Em ter 06 maio 2014, às 17:40:56, oxygen77.ct escreveu: Ok that I can understand but it's still strange that it can't be overridden. It's not supported on iOS because the QPA plugin has no support for it. Maybe because the system has no

Re: [Interest] Slow touchscreen (eGalax) response in QML using evdevtouch plugin and eglfs platform

2014-05-28 Thread Rutledge Shawn
On 27 May 2014, at 3:06 PM, Georgije Bosiger wrote: From what I've seen it turns out that the problem is in onPositionChanged signal. For some reason attached handler to this signal is not executed on faster movements when evdevtouch is used, but it's OK for the evdevmouse. This

Re: [Interest] [QML] How to create a sub Window for Window {...}

2014-06-02 Thread Rutledge Shawn
What do you mean by sub window? If you mean you are trying to create an MDI interface, with a window acting as a desktop and having more windows inside, that's not supported in Qt Quick and is unlikely at this point, since the widgets implementation turned out to be quite bug-prone, and MDI

Re: [Interest] [little] feature request :)

2014-06-06 Thread Rutledge Shawn
On 5 Jun 2014, at 22:15, Damian Ivanov damianator...@gmail.com wrote: make mousearea's propagate events work also for Hover event :) ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] qml display question

2014-06-24 Thread Rutledge Shawn
On 24 Jun 2014, at 09:36, Nancy Zou nancy@csr.com wrote: Dear All My display resolution is 800*480, Sounds like you are on Android or on some sort of embedded system? So probably the reason is that you cannot have multiple windows: the whole application must be full-screen by design.

Re: [Interest] qml display question

2014-06-24 Thread Rutledge Shawn
Dear All My display resolution is 800*480, Sounds like you are on Android or on some sort of embedded system? So probably the reason is that you cannot have multiple windows: the whole application must be full-screen by design. Of course you can have a red rectangle inside a black

Re: [Interest] Send Video output to specified display

2014-06-25 Thread Rutledge Shawn
On 25 Jun 2014, at 07:26, Vinoth Kumar vinoth.k.ku...@gmail.com wrote: Hi, I have 2 different displays (1 LCD and 1 HDMI) connected to my device. Is it possible in Qt to direct the output of my video playback to a particular display. Does QtMultimedia have any provision for this? There

Re: [Interest] Send Video output to specified display

2014-06-25 Thread Rutledge Shawn
On 25 Jun 2014, at 12:31, Vinoth Kumar vinoth.k.ku...@gmail.com wrote: Thanks Rutledge. My device is an embedded device whose primary display is LCD. It also has a HDMI port, through which a HDMI monitor is connected. If my understanding is correct, by setting the screen in c++ (for

Re: [Interest] Calling reject() on a QFileDialog on Macintosh

2014-06-26 Thread Rutledge Shawn
On 25 Jun 2014, at 21:10, John Weeks j...@wavemetrics.com wrote: We use QFileDialog::getOpenFileName() to get the native file dialog on Macintosh. If you hit Escape, the dialog closes (as it should). If I call QDialog::reject() or even if I use this code:

Re: [Interest] Qt5, XCB and X11

2014-07-11 Thread Rutledge Shawn
On 11 Jul 2014, at 6:14 AM, lachlan.hether...@csiro.au lachlan.hether...@csiro.au wrote: Hello there, We are looking to upgrade our existing application from Qt4 to Qt5.3.0. Our application is deployed to Linux, Windows and Mac systems, which we manage by shipping compiled copies of the

Re: [Interest] Q_ENUMS with foreign enum ?

2014-07-14 Thread Rutledge Shawn
On 12 Jul 2014, at 10:03 AM, Martin Koller wrote: Hi, is there any possibility to use an enum in the Q_ENUMS macro when the enum is not defined in a QObject derived class ? (Specifically I'm trying to do that with QSslError::SslError) The Qt namespace has a lot of enums like that. The

Re: [Interest] folderlistmodel qrc:/ with tableview

2014-07-14 Thread Rutledge Shawn
On 13 Jul 2014, at 7:22 PM, Damian Ivanov wrote: Hi all, Is it possible to use a folderlistmodel for a tableview? Yes the QtQuick.Dialogs FileDialog uses this implementation on platforms that don't have native dialogs; look at qtquickcontrols/src/dialogs/DefaultFileDialog.qml. (And if

Re: [Interest] Qt5, XCB and X11

2014-07-15 Thread Rutledge Shawn
On 12 Jul 2014, at 3:03 PM, Till Oliver Knoll wrote: Am 11.07.2014 um 20:52 schrieb Andreas Pakulat ap...@gmx.de: ... Its true that it makes it harder, but it also means having to carry around more duplicated code. Recently had to add Qt5 libs for a dozen example apps we ship and that

Re: [Interest] Qt5, XCB and X11

2014-07-15 Thread Rutledge Shawn
On 15 Jul 2014, at 12:42 PM, Till Oliver Knoll wrote: Otherwise the dynamic runtime linker would have to compare every bit of a newly to be linked library with any other library being currently in memory, in order to verify the identity of those libs. That would be done in advance: the

Re: [Interest] qt5 window setGeometry and move not work in wayland platform

2014-08-11 Thread Rutledge Shawn
On 11 Aug 2014, at 9:10 AM, Pier Luigi wrote: (top-posting fixed) 2014-08-11 8:13 GMT+02:00 Steve (YiLiang) Zhou sz...@telecomsys.com: Dear all, My app has a mainwindow and a QDialog which is a child of mainwindow. And I want to set the app to the position 0,0. I use both setGeometry and

Re: [Interest] qt5 window setGeometry and move not work in wayland platform

2014-08-11 Thread Rutledge Shawn
On 11 Aug 2014, at 11:34 AM, Giulio Camuffo wrote: 2014-08-11 12:20 GMT+03:00 Rutledge Shawn shawn.rutle...@digia.com: On 11 Aug 2014, at 9:10 AM, Pier Luigi wrote: (top-posting fixed) 2014-08-11 8:13 GMT+02:00 Steve (YiLiang) Zhou sz...@telecomsys.com: Dear all, My app has

Re: [Interest] qt5 window setGeometry and move not work in wayland platform

2014-08-11 Thread Rutledge Shawn
On 11 Aug 2014, at 12:57 PM, Giulio Camuffo wrote: 2014-08-11 13:29 GMT+03:00 Rutledge Shawn shawn.rutle...@digia.com: On 11 Aug 2014, at 11:34 AM, Giulio Camuffo wrote: 2014-08-11 12:20 GMT+03:00 Rutledge Shawn shawn.rutle...@digia.com: On 11 Aug 2014, at 9:10 AM, Pier Luigi wrote

[Interest] sliding panel windows (was Re: Moving a frameless QQuickWindow to negative position under linux)

2014-08-13 Thread Rutledge Shawn
On 13 Aug 2014, at 5:33 AM, hualet wrote: Hi, all There’s a frameless QQuickWindow which contains my actual qml content stuff in my application, and I just used the setX() and setY() method of that window to simulate moving, but it’s not able to move that window to an negative position,

Re: [Interest] sliding panel windows (was Re: Moving a frameless QQuickWindow to negative position under linux)

2014-08-13 Thread Rutledge Shawn
On 13 Aug 2014, at 12:38 PM, Bo Thorsen wrote: I think you can do this without doing anything outside the window. But then you are confined to the space inside the window. I'm talking about sliding panels around the edges of the desktop, without having to first make a window that covers

Re: [Interest] [OT] Re: OpenGL weirdness

2014-08-15 Thread Rutledge Shawn
On 15 Aug 2014, at 8:29 AM, Till Oliver Knoll wrote: Am 14.08.2014 um 17:43 schrieb Sean Harmer sean.har...@kdab.commailto:sean.har...@kdab.com: ... Just adding the needed VAOs made the things work again. Ah just one of a gazillion ways you can see nothing with OpenGL. Unlike most OpenGL

[Interest] Direct-lookup translation, even for English (was Re: get english translation)

2014-09-02 Thread Rutledge Shawn
On 1 Sep 2014, at 8:32 PM, Thiago Macieira wrote: On Monday 01 September 2014 12:50:23 Graham Labdon wrote: Hi My application is internationalized, however, in some circumstances I need the English version of the string no matter what translator is being used. Anyone have any suggestions on

Re: [Interest] QWindow::setTransientParent()

2014-11-07 Thread Rutledge Shawn
On 7 Nov 2014, at 02:05, John Weeks j...@wavemetrics.com wrote: Can anyone tell me about QWindow::setTransientParent()? When building with Qt 5 I keep seeing warnings: void QWindow::setTransientParent(QWindow *) QWidgetWindow(0x118c39a10, name = QWidgetClassWindow) must be a top level

Re: [Interest] QML and application fonts

2014-11-10 Thread Rutledge Shawn
On 10 Nov 2014, at 08:30, Harri Pasanen ha...@mpaja.com wrote: Hi, I've been playing with the font support in Qt. In C++ I'm able to define and select a custom application font with font.setFamily(MyCoolFont), but on the QML side something like Text { anchors.centerIn: parent

Re: [Interest] QML TouchPoint startX/startY property

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 13:26, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I have just found the startX and startY properties of the TouchPoint in QML. http://qt-project.org/doc/qt-5/qml-qtquick-touchpoint.html#startX-prop Documentation says: These properties hold the starting

Re: [Interest] Signed return type of QIODevice::pos() - why?

2014-11-13 Thread Rutledge Shawn
On 13 Nov 2014, at 14:45, Rainer Wiesenfarth rainer_wiesenfa...@trimble.com wrote: One of my colleagues just asked the rather philosophical question why the result of QFile::pos() - and thus QIODevice::pos() - is of type qint64 (and thus signed). He had expected an unsigned type, ideally

Re: [Interest] Qt dialogs, Ok / Cancel button order

2014-11-24 Thread Rutledge Shawn
On 21 Nov 2014, at 13:37, boo...@nc.rr.com wrote: That's disconcerting: I assumed that it would use native dialogs. MessageDialog has a Java implementation (as native as you can get) on Android; the rest are not, because there are practically no native dialogs on Android. So we decided not

Re: [Interest] Customized scrolling

2014-11-25 Thread Rutledge Shawn
On 24 Nov 2014, at 20:14, Federico Buti bacaro...@gmail.com wrote: Hi all. The add, remove and the other Transition properties of the Views enable a nice customization for the animation of items w.r.t. their view. What about scrolling? Is is possible to customize the way items behave on

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-17 Thread Rutledge Shawn
On 17 Dec 2014, at 12:35, Nuno Santos nunosan...@imaginando.pt wrote: Hi, I have just stumble on the lack of multitouch support for the Slider element in Quick Controls. I can’t interact with more than one slider at once using the Slider element. I had my own version of Slider using

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Rutledge Shawn
On 17 Dec 2014, at 17:02, Nuno Santos nunosan...@imaginando.pt wrote: Hi Shawn, First of all thanks for your reply. As far as I understood, there are a couple of patches ready to integrate and I could probably integrate them myself on my current Qt. If that is correct, I really don’t

Re: [Interest] QtQuickControls Slider and multitouch

2014-12-18 Thread Rutledge Shawn
On 18 Dec 2014, at 10:16, Nuno Santos nunosan...@imaginando.pt wrote: Shawn, If you mean using a MultiPointTouchArea to implement a custom slider, that was what I have already done and it works. But, let me understand if I missed something: Is there anyway of using QtQuickControls

Re: [Interest] What is Qt.red for in QML?

2015-02-05 Thread Rutledge Shawn
On 6 Feb 2015, at 02:36, Jérôme Godbout jer...@bodycad.com wrote: Sorry read too fast the original post, try to print it, if the int is 0, I would guess it's an indexer for rgba values of some sort. May be wrong on this not near my computer to test On Feb 5, 2015, at 8:29 PM, Ian

[Interest] Open Source Developers' Conference in Oslo

2015-02-04 Thread Rutledge Shawn
We are intending to have a Qt track at this conference, so anyone who would like to come and present something in May should sign up at the URL below. Begin forwarded message: From: Per Henrik Oja p...@oja.no Subject: Communities! Participate! Date: 4 February 2015 11:49:44 GMT+1 To:

Re: [Interest] Carbon obsolete

2015-01-20 Thread Rutledge Shawn
On 20 Jan 2015, at 13:29, René J.V. Bertin rjvber...@gmail.com wrote: On Tuesday January 20 2015 12:56:50 Ian Wadham wrote: Hi, I've made a number of patches to KDE4 that rely on that header, and KDE uses Carbon itself. One hopes not, since Carbon is gone post-10.6 except for backward

Re: [Interest] building only a platform plugin?

2015-01-26 Thread Rutledge Shawn
On 26 Jan 2015, at 17:18, René J.V. Bertin rjvber...@gmail.com wrote: Hello, On systems that support multiple platform plugins, is it possible to build only a platform plugin? Specifically, on OS X, is it possible to build only the xcb platform plugin without building all of qtbase, so

Re: [Interest] QML Preview

2015-01-27 Thread Rutledge Shawn
Is there any way to have the external tool QML Preview take on a different screen size? I guess you're talking about qmlscene (the tool for Qt Quick 2): There's AFAIK no way to force a specific size from the command line, but you can play with the options --maximized --fullscreen

Re: [Interest] redirecting Qt pixel data to designated buffer

2015-01-06 Thread Rutledge Shawn
On 6 Jan 2015, at 08:14, Selmeci, Tamás tselm...@open-st.eu wrote: Hello all! I’m a beginner when it comes to Qt and being stuck for a while with this issue. What I want to do is to force Qt-5.3.2 to render all widgets’ graphics into the buffer I provide. Would be even nicer if I could

Re: [Interest] [Qt5.3+] font issue and questions on OS X

2015-01-12 Thread Rutledge Shawn
You should probably report bugs about those issues. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Run Qt Widget program with minimal Xorg installation on Linux

2015-01-12 Thread Rutledge Shawn
On 10 Jan 2015, at 06:10, ruslan rus...@khvmntk.ru wrote: Finally I've solved the problem. Some packages of the list below were missed: apt-get install libxcb1 libxcb1-dev libx11-xcb1 libx11-xcb-dev libxcb-keysyms1 libxcb-keysyms1-dev libxcb-image0 libxcb-image0-dev libxcb-shm0

Re: [Interest] Bounties?

2015-03-13 Thread Rutledge Shawn
On 13 Mar 2015, at 11:12, Bernhard priv...@bernhard-lindner.de wrote: BTW... the 8 years old issue I mentioned has the tag Reported_by_support_silver and is not a complex beast and still it isn't implemented after 8 years. So obviously paying for a license (even enterprise level) is not a

Re: [Interest] Alternative way to make photo viewer application for mobile platform

2015-03-02 Thread Rutledge Shawn
On 27 Feb 2015, at 06:08, Ben Lau xben...@gmail.com wrote: Hi all, I am making a mobile application for iOS and Android that will provide a photo viewer. Just like other photo viewer did, it need to support flicking (with physical simulation) and pinching for zoom-in and out. I use

Re: [Interest] Can't build Qt 5.4.2 properly on virtual systems

2015-03-04 Thread Rutledge Shawn
I think qttools has a dependency on webkit, because if I configure with -no-icu, or if I am doing an Android build, then qttools never gets built automatically, and I have to do it manually. (It would be the same if some of webkit’s extra dependencies are not in place.) The reason is that

Re: [Interest] [Development] Qt 5.4 multi-touchscreen problem.

2015-02-24 Thread Rutledge Shawn
On 24 Feb 2015, at 00:18, Jereme Lamothe jlamo...@docboxinc.com wrote: I went through this process as well. The Qt libraries that ship w/ the SDK (at least as of 5.3) are built against XInput 2.0, which is too early for multi-touch support. In order to support touch events, I downloaded the

  1   2   >