Questions tagged as 'qml'

1
answer

How to check if a URL was successful in QML?

In QML, I can run an external URL using: Qt.openUrlExternally(url); With this, I can, for example, have the Facebook app open in a certain profile: var test = Qt.openUrlExternally('fb://profile/###########'); However, if the Facebook a...
asked by 19.05.2014 / 18:11
0
answers

How to promote Qgraphicsview in Qchartview?

I'm new to Qt Creator, I want to know how to display 2 or 3 graphics on a single screen, I've already seen some examples that Qt provides, but they do not show how I want to learn how to do it, please Help. p> /file.cpp #include <QtWidget...
asked by 27.12.2018 / 16:10
1
answer

Qml TextField - numeric keypad

I'm trying to use a TextField that only receives QML numbers. It is using the inputMethodHints property to make the device show only the numeric keypad. It works fine on Android but when I run on iOS it shows the full keyboa...
asked by 17.12.2015 / 19:46
2
answers

QT signal from C ++ to QML

I'm trying with QT 5 + QML to create an application where after opening the file using fileDialog it returns a message by a QT signal. The application opens using a QML and initiates a call to a SLOT in the class responsible. Th...
asked by 16.07.2014 / 23:50
0
answers

How to get a QByteArray video using the QML version of CameraRecorder?

Is it possible to get a QByteArray from a CameraRecorder document? I did not find anything like that. Would it be more appropriate to use OpenCV or some specific library? It's important for me to work on Android and iOS. Thanks in advance!     
asked by 16.09.2018 / 06:26
0
answers

QML bug full screen on Windows and white screen when deploy Android

Good morning everyone! There is a problem in the current version of Qt where full screen QML applications cause flashes and screen crashes when interacting with Windows interfaces, I solved this situation leaving the application not mobile, m...
asked by 18.04.2018 / 15:46
1
answer

Split QML Project into Sub-directories

I have the following question: I split a QML project into different sub-directories. When doing build , the IDE can not find the deployed files , returning the following error: Starting /Users/macbook/workspace/build-UI_UX_Fr...
asked by 26.10.2016 / 14:47
1
answer

Qml item in fixed position

Mobile devices move the elements up when the keyboard is called, but there are elements that stay in the same position when the device keyboard is called as in the images below. How can I keep a Qml item fixed in position when the device's ke...
asked by 05.01.2016 / 18:24
1
answer

QML Access the image gallery on iOS and Android

I'm developing an app for iOS and Android and I'm having some difficulty accessing galeria de images of devices with QML. I need to list the image gallery images in a GridView I've been trying to use QStandar...
asked by 18.11.2015 / 19:06
1
answer

QML elements on the status bar

I'm having a problem when the device keyboard is shown. The elements stay on top of the device status bar as in the images. I already tried to use Flickable type but it does not work. Every time the keyboard is shown it pushes the comp...
asked by 18.12.2015 / 19:11