Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qt5.8
    Log in to post

    • UNSOLVED Saving a QWidget in vector graphic format as a WMF or EMF file
      General and Desktop • qwidget qt5.8 vector graphics emf wmf • • onat  

      3
      0
      Votes
      3
      Posts
      790
      Views

      Hi The qemf seems able to only rendering of EMF not generating it. What is the data you want to put in the emf file ? Qt has http://doc.qt.io/qt-5/qpicture.html#details that works like WMF but its not same (file) format at all. However, its pretty simle to generate WMF/EMF from windows API. (CreateEnhMetaFile)
    • SOLVED Worker threads with shared resources in Qt application
      General and Desktop • qthread qserialport qt5.8 workerthread • • mkaze  

      8
      0
      Votes
      8
      Posts
      2144
      Views

      I agree you need to use a state machine for that case. http://doc.qt.io/qt-5/qstatemachine.html probably helps putting down the skeleton already
    • SOLVED Customizing QMainWindow by style sheet
      General and Desktop • stylesheet qmainwindow css qt5.8 • • eDeviser  

      5
      0
      Votes
      5
      Posts
      7450
      Views

      @eDeviser said in Customizing QMainWindow by style sheet: Yes, this helps! I see the QMainWindow holds a QWidget which is set as cetralWidget. So It would be necessary to set the QMainWindow as centralWidget or to apply my css for the QWidget. Thank you for this hint. You have to apply your css in your qwidget ! Your css should be : centralWidget { background: yellow; width: 10px; /* when vertical / height: 10px; / when horizontal */ } centralWidget:hover { background: red; }
    • UNSOLVED Qt5.9 VNC Support
      Mobile and Embedded • embedded linux qt5.9 qt5.8 vnc • • deleted184  

      5
      0
      Votes
      5
      Posts
      5771
      Views

      You can vote here: https://bugreports.qt.io/browse/QTBUG-58964 I hope that Qt developers solve this issue.
    • SOLVED Runtime Error : QWindowsFontEngine, createDIBSection, createEngine
      Installation and Deployment • qt5.8 windows 8 qtcreator 4.2.1 mingw53 32bit • • Reonyx_Tech  

      12
      0
      Votes
      12
      Posts
      3771
      Views

      @Konstantin-Tokarev @SGaist I found the cause of those error, it is due to fonts.css in html files. When I removed the link from <head>, the application was successfully run without crashed. Just wonder, how come its not working now in qt5.8 but just nice back then in qt5.5 ? BTW, thanks both for your help and idea :)
    • SOLVED Entry Point Not Found - libQt5WebKitWidgets.dll
      Qt WebKit • qtwebkit qt5.8 windows 8 qtcreator 4.2.1 mingw53 32bit • • Reonyx_Tech  

      5
      0
      Votes
      5
      Posts
      1707
      Views

      @Konstantin-Tokarev Ok. noted. I will start over and get back to you. For now, it considers solved. Thank you very much :)
    • UNSOLVED QT stops with segmentation error on main function
      General and Desktop • qt5.6 qt5.7 windows10 qt5.8 • • rdsivd  

      2
      0
      Votes
      2
      Posts
      672
      Views

      Hi and welcome to devnet, What's dxftoqet3db.h ? Where does it come from ? Does it use an external .dll ?
    • UNSOLVED Qt 5.8 installation - MacOS Sierra
      Installation and Deployment • installation macos qt5.8 terminal make install • • rggarcia  

      2
      0
      Votes
      2
      Posts
      951
      Views

      @rggarcia said in Qt 5.8 installation - MacOS Sierra: qtpcre_debug Looks like qtpcre_debug was not built. Did you have any errors while compiling? Do you have to build Qt by yourself?
    • SOLVED VideoControl Issues
      QML and Qt Quick • qt5.6 qt5.8 • • klyons99  

      9
      0
      Votes
      9
      Posts
      3911
      Views

      I actually switched to QtAV for video output, and so far it's been working flawlessly under standard QT App setup. If I could ever get the QML/Quick setup to acknowledge it's been installed I'd test that end of things, but for now it's accomplishing exactly what I need. Thanks again for the assistance!.
    • UNSOLVED No compiler found in kit error Qt5.8 on windows
      Installation and Deployment • msvc2015 qt5.8 windows7 • • Script22  

      6
      0
      Votes
      6
      Posts
      2496
      Views

      Strange, i'd check if the Windows SDK is installed.
    • SOLVED QMediaPlayer (dsengine.dll) problem.
      General and Desktop • qmediaplayer qt5.8 • • someoneinthebox  

      5
      0
      Votes
      5
      Posts
      2508
      Views

      Problem solved. It was bug in Inno setup, which corruped Qt5Multimedia.dll somehow.
    • UNSOLVED QPixmapCache insert behaviour when insert fails
      General and Desktop • qt5.8 pixmap cache • • Wambach  

      4
      0
      Votes
      4
      Posts
      1116
      Views

      Hi, Looks similar to QTBUG-59065 which is a duplicate of QTBUG-58259.
    • SOLVED ICU 58.2 cross-compilation
      Qt WebKit • arm qt5.8 icu • • SimonB  

      4
      0
      Votes
      4
      Posts
      2778
      Views

      I got it to work by changing 2 things export CPPFLAGS="-Os" And by removing the prefix in the configure, and installing it twice ( one in the sysroot of the toolchain ) and the other in the filesystem for the target sh $ICU_SOURCE_DIR/source/configure --host=arm-cortex_a8-linux-gnueabi -with-cross-build=$ICU_HOST_DIR --prefix="" if ! make -j5 DESTDIR=$SYSROOT install; then echo -e "${RED}Error making ICU Target ( sysroot )!${NC}" exit 1 fi if ! make -j5 DESTDIR=$PREFIX install; then echo -e "${RED}Error Installing ICU Target ( filesystem )!${NC}" exit 1 fi
    • UNSOLVED Build error Qt Declarative
      Installation and Deployment • qt5.8 • • kickoune103  

      5
      0
      Votes
      5
      Posts
      2081
      Views

      i have KUBUNTU 16.04 64 bits. in wiki beginner use for compile this linaro 4.7 or in supported plasform 4.6.3 for qt5.6 i don't understand, is not target os dependent? for 5.8 GCC 4.8.2... other tuto use the toolchain https://github.com/raspberrypi/tools why fixQualifiedLibraryPaths not work? prefer use sysroot-relativelinks.py what is the toolchain to use?
    • SOLVED Ibase error
      General and Desktop • qt5.8 • • dxdws  

      10
      0
      Votes
      10
      Posts
      1663
      Views

      Great ! In that case, please mark the thread as solved using the "Topic Tools" button so that other forum members may know a solution has been found :)
    • SOLVED Error al conectar señales y slots sobrecargados (overloaded)
      Spanish • qt5.8 • • Carlos Diaz  

      3
      0
      Votes
      3
      Posts
      967
      Views

      Hola @J-Hilk , si ese era el problema, ahora compila y funciona como debería :), todavía me resta entender el static_cast. Saludos :)
    • SOLVED Qt 5.8 can't compile, jom errors
      Tools • qt5.8 compiler error jom • • km2442  

      9
      0
      Votes
      9
      Posts
      3745
      Views

      I meet the same issue today. So i download the older version of Qt.
    • UNSOLVED Problem with custom Plugin for QtQuick on iOS
      QML and Qt Quick • ios qtquick plugin qt5.8 • • shav  

      8
      0
      Votes
      8
      Posts
      3406
      Views

      Build Qt qml plugin for iOS (static plugin) Plugin Pro file like flow: TEMPLATE = lib TARGET = iostestqmlplugin QT += qml quick CONFIG += qt plugin c++11 static uri = IosQmlPluginTest # module name QMAKE_MOC_OPTIONS += -Muri=$$uri # static plugin must use this 2.qmldir file module IosQmlPluginTest plugin iostestqmlplugin typeinfo plugins.qmltypes #static plugin required classname IosqmlpluginPlugin # static plugin must set classname for plugin c++ class TimeLabel 1.0 qrc:/TimeLabel.qml # your self qml document 3.qrc file must contains qmldir file, Qt default put qmldir in qrc file with prefix likes: “/qt-project.org/imports/your-plugin-modele-name”, You can special yourself prefix but must endwiths “your-plugin-module-name” and in main cpp need add addImportPath(eg: engine.addImportPath(“qrc:/your-self-prefix-not-contains-your-plugin-module-name”)) 4.put plugins.qmltypes, qmldir and plugin library files together into where Qt install dir’s sub fold name qml($$[QT_INSTALL_QML] Qt default serach path), maybe you can special yourself path in your app pro file by variable QMLPATHS(QMLPATHS += /your/plugin/path) Init the plugin resources(contains qmldir) at plugin c++ class construction function like:Q_INIT_RESOURCE(your-qrc-file-name); 6.pulugins.qmltypes file it’s required. can gernerate by qmlplugindup tool. 7.refrence QtWebView plugin project from Qt source usually error: 1.static plugin for module “QtQuick” with name “your-module-name” has no metadata URI fix by add in pro file:QMAKE_MOC_OPTIONS += -Muri=$$URI #URI = your-module-name thanks from:https://github.com/wang-bin/QtAV/issues/368 2.Plugin “your-module-name” is missing a classname entry fix by add in qmldir file: classname your-plugin—c++-name Reference http://doc.qt.io/qt-5.6/qtqml-modules-qmldir.html module “your-plugin-module-name” is not installed fix by: Qmldir file must in plugin qrc file, plugins.qmltypes need in the plugin dir and special in qmldir
    • UNSOLVED Ibase SQL plugin build error
      Installation and Deployment • qt5.8 • • uralbash  

      10
      0
      Votes
      10
      Posts
      3128
      Views

      dear @SGaist, thank you very much! It works perfect!
    • UNSOLVED Build project as framework for iOS
      Mobile and Embedded • ios qmake qt5.8 framework • • shav  

      2
      0
      Votes
      2
      Posts
      896
      Views

      Hi, I may be wrong but AFAIK, Apple changed recently its policy about dynamic library in application bundle. Thus its likely related to that. You should bring this question to the interest mailing list, you'll find there Qt's developers/maintainers. This forum is more user oriented.
    • Qt 5.8 and Raspberry Pi
      Installation and Deployment • raspberry pi qt5.8 • • sieciech  

      6
      0
      Votes
      6
      Posts
      2936
      Views

      Sorry to resurrect an old topic, but how did you manage to configure Qt on os x? I'm using Jared Wolff's toolchain but get stuck at ./configure and can't build a RPi-friendly qmake.
    • UNSOLVED Import autocomplete fro new Qt version modules
      QML and Qt Quick • qml qtcreator qt5.8 • • RiteshPanchal  

      4
      0
      Votes
      4
      Posts
      1016
      Views

      Go to Tools->Options...->Help->Documentation and see which docs are loaded. Also, check Tools->Options...->Build & Run->Qt Versions, maybe it is picking up your system Qt, however it is unlikely.