Navigation

    Qt Forum

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

    • UNSOLVED Build and link MySQL plugin (Qt6 - Qt 6.0.0 + 5.15.2, MySQL 8.0.22, Visual Studio 2019 with Qt Visual Studio Tools 2.6.0.7) - step by step 64bit
      Installation and Deployment • qt5 windows qt6 mysql driver • • Danijel  

      1
      0
      Votes
      1
      Posts
      158
      Views

      No one has replied

    • SOLVED Requirement for users to use a BLE application
      General and Desktop • linux windows bluetooth ble bluez • • TUStudi  

      3
      0
      Votes
      3
      Posts
      45
      Views

      @sierdzio Thank you very much!
    • SOLVED Wrong kit for Qt 6.0.0 MSVC2019 64bit
      General and Desktop • windows qt6 kit setup msvc2019 kits • • Galbarad  

      13
      0
      Votes
      13
      Posts
      92
      Views

      https://bugreports.qt.io/browse/QTBUG-87735 bug fixed) Fix Version/s: 6.0.0 RC
    • UNSOLVED Qt bad drawing performance
      General and Desktop • windows performance macos drawing • • vic.ju  

      1
      1
      Votes
      1
      Posts
      71
      Views

      No one has replied

    • SOLVED Disable close for fullscreen window on Windows ?
      General and Desktop • windows ubuntu closeevent close window • • R-P-H  

      7
      0
      Votes
      7
      Posts
      136
      Views

      @Chris-Kawa Thanks, it works !
    • SOLVED any Windows networking mavens out there?
      Brainstorm • windows sockets broadcast • • mzimmers  

      20
      0
      Votes
      20
      Posts
      440
      Views

      @mzimmers If i iterate over the interfaces like in your script, then it works with no problem :) Running on windows :) When using only the QHostAddress::Broadcast I get the wrong broadcast addr. I too think it is strange, but this is no issue for me, as it's always simple to determine the right address by code or manually :) just strange as you say :) Anways, off to new issues :D
    • SOLVED Attempting Windows deployment - .exe file not opening with no error messages
      Installation and Deployment • qml windows deployment • • adamlaird  

      4
      0
      Votes
      4
      Posts
      108
      Views

      I posted this Question on SO as well, who directed me towards a logger which made it really easy to see what was up and lead to an easy fix. Heres a link to the question if anyone would find it helpful: https://stackoverflow.com/questions/61035096/attempting-windows-deployment-exe-file-not-opening-with-no-error-messages/61036646#61036646
    • UNSOLVED Poor font rendering on Windows compared to Linux
      General and Desktop • linux windows widgets rendering fonts • • JoeMama  

      3
      0
      Votes
      3
      Posts
      308
      Views

      I see, thanks for the response. I stumbled today on an old thread where user wanted the same font rendering as in Photoshop. One of person responding said that they made their own wrapper of FreeType. I guess I will try to render icons using that and see where it goes. Not gonna mark it as solved for now though, maybe someone will stumble on it with some experience.
    • UNSOLVED Qt online installer. Error: Redirect loop detected
      Installation and Deployment • windows online install redirect loop • • bdfyy  

      4
      0
      Votes
      4
      Posts
      286
      Views

      @bdfyy You can use this tool: https://github.com/JKSH/QtSdkRepoChooser
    • SOLVED Opening a window behind main window
      General and Desktop • windows mainwindow pixmap graphicsview raises window • • hodahle  

      7
      0
      Votes
      7
      Posts
      171
      Views

      @JonB Not a big viewer at all. viewer is a simple QGraphicsView containing a QPixmapItem which is continually updated through another slot taking a signal from the camera thread every time it has a new frame, at 60fps. Part of the issue seems to be with the debug build, which is obviously a fair bit slower than release. In release it doesn't really seem noticeable, though I imagine it might be on a slow system. Still, I do find the asynchronous behaviour of raise() interesting. I tried looking a bit at the source code, but didn't really get anywhere. Because it's not a problem in release, I guess I'll just leave it be for now. Thanks for the help, though, much appreciated.
    • SOLVED Android: build with Linux
      Mobile and Embedded • android linux windows apk jenkin • • KroMignon  

      4
      0
      Votes
      4
      Posts
      136
      Views

      I reply to myself, just in case some else has the same issue. Switching the Jenkins build slave from Windows7 to Linux (Debian 10) has reduced the APK build time from 40 minutes to 8 minutes! Yes, my project is relative big ;) Regards Fabrice
    • UNSOLVED WebEngine from self-build Qt 5.12.4 with -webengine-proprietary-codecs fails
      QtWebEngine • windows qtwebengine custombuild 5.12.4 • • cppqt-glum  

      1
      0
      Votes
      1
      Posts
      362
      Views

      No one has replied

    • UNSOLVED Deploying a QML widget embedded in a QQuickWidget in Windows
      Installation and Deployment • qml windows desktop deployment qquickwidget • • JDePedro  

      2
      0
      Votes
      2
      Posts
      177
      Views

      @JDePedro Ok. I found the cause why I was not getting anything QML related from the tool. My widget is not in the exe file but in a DLL so I had to specify the dll instead. But the list of files the tool is getting is huge compared with the one I got by doing the process "manually" and includes most of the .qml files. So my doubt is, do we need to deploy all this files with my application? is not enough with the dlls???
    • Deleaker: a plugin for Qt Creator to find leaks (memory, GDI, handles etc.)
      Showcase • windows qt creator plugin debugging memory leak • • Artem.Razin  

      3
      7
      Votes
      3
      Posts
      796
      Views

      @fcarney I can't beleive I missed your question. Comparing with Heob, Deleaker provides more features like taking snapshot at any moment, and comparing them later. Besides heap allocations, Deleaker also tracks COM/ActiveX/GDI/USER32 leaks etc.
    • UNSOLVED Qt5.12.3 Win32 MSVC: errors when trying to run app (release and debug)
      General and Desktop • qtcreator windows qt5.12.x failed start • • ivec  

      4
      0
      Votes
      4
      Posts
      663
      Views

      Hi @ivec Is it normal that I needed to select the compiler manually? No. but please select the C compiler also. And how can I enable the use of a debugger to step through my program? You need to install the Debugging Tools for Windows, included in the Windows SDK. Due to licencing, this is not possible otherwise. Regards
    • SOLVED QStandardPaths returning inconsistent directories (Windows)
      General and Desktop • windows qstandardpaths • • Sprezzatura  

      10
      0
      Votes
      10
      Posts
      688
      Views

      @JonB Noooo... I did not understand that the enumeration of multiple paths in the Windows example referred to a list. Now I know :o) thanks.
    • UNSOLVED App crashes when Qt core calls WinAPI's "DispatchMessage" function
      General and Desktop • qtcreator windows qtcore winapi • • psi-1  

      3
      0
      Votes
      3
      Posts
      581
      Views

      @kshegunov said in App crushes when Qt core calls WinAPI's "DispatchMessage" function: This address is rather suspicious. Please tell me you don't have global QWidgets? No, I have only a dll with function extern "C" CORE_SHARED_API QMainWindow * svCreateMainWindow() { return new MainWindow; } (CORE_SHARED_API is __declspec(dllexport)) @kshegunov said in App crushes when Qt core calls WinAPI's "DispatchMessage" function: Btw, 0xc0000409 is stack overflow, so be on the lookout for endless recursion. As I said, QWindowsGuiEventDispatcher::processEvents() is called twice, and I believe those calls are on the same stack level (crush happens in the second call).
    • SOLVED Needing help with designing a report manager app
      Brainstorm • linux windows sql mysql server • • realhamidrezakp  

      14
      0
      Votes
      14
      Posts
      1358
      Views

      what is your suggestion about server app design ? People usually refer to "server app" as "middleware" or "web application". There are tons of web frameworks and ORMs for various languages including Java and C# on "enterprise" side and scripting languages (pphp, python, perl, ruby, node.js). C++ is not really convenient language here. As for protocol, if you are not pursuing real-time data processing with lowest possible latency, it makes sense to use REST API on top of HTTP, so that on server side you have the most typical "web app" with ORM inside and REST outside, and on client side you can easily add web client if needed, and even if not, you get some additional convenience as compared to e.g. RPC over plain TCP
    • UNSOLVED Window dragging between two monitors with a different resolutions.
      General and Desktop • windows dragging framelesswindow • • nen777w  

      2
      0
      Votes
      2
      Posts
      214
      Views

      Hi, An educated guess is that the second case is handled by the window manager (the decoration is not done by Qt). One possible thing to do would be to check the screen resolution in your method and try to adapt to that.
    • UNSOLVED QtIFW 3.0/Windows: How to create an installer that doesn't create and register a MaintenanceTool ?
      Installation and Deployment • windows qtifw installer fw • • Yves  

      1
      0
      Votes
      1
      Posts
      329
      Views

      No one has replied

    • SOLVED qmake error with project files on samba share
      Installation and Deployment • windows qmake network share • • smhrambo  

      4
      0
      Votes
      4
      Posts
      590
      Views

      @smhrambo deleting the *.pro.user file often helps when you do such moves...
    • UNSOLVED Deploy and create installer in Windows 7
      Installation and Deployment • windows qt installer • • Carlavilla  

      1
      0
      Votes
      1
      Posts
      206
      Views

      No one has replied

    • UNSOLVED Drop Widgets as Windows on Windows-Desktop
      General and Desktop • windows widgets drag and drop • • tgru  

      1
      0
      Votes
      1
      Posts
      194
      Views

      No one has replied

    • UNSOLVED How can I set the string QLineEdit in application with help of other application or shell script?
      General and Desktop • windows win32 shell qt 5.11.1 • • Yash001  

      15
      0
      Votes
      15
      Posts
      893
      Views

      @SGaist Thank you inform about me QtSingleApplication class. I will modify code and use QtSingleApplication.
    • UNSOLVED Embed Windows program within Qt program
      General and Desktop • windows embed • • JGrider  

      6
      0
      Votes
      6
      Posts
      1292
      Views

      There is a way to force an external window to become part of a widget, but the API isn't really meant to be used this way and there are multiple issues: https://bugreports.qt.io/browse/QTBUG-45275
    • SOLVED Enable Windows Autosize function on Frameless QWidget
      General and Desktop • windows frameless autosize • • wrekler  

      4
      0
      Votes
      4
      Posts
      665
      Views

      @wrekler ok. Im not sure what system buttons are. But yes, its most likely there are bugs as its pretty involving across platforms to support such decoration less window.
    • UNSOLVED Getting screen orientation in Windows
      QML and Qt Quick • qml windows rotation orientation surface • • larkei15  

      1
      0
      Votes
      1
      Posts
      283
      Views

      No one has replied

    • UNSOLVED Nixie a vintage digital and virtual 3D clock
      Showcase • linux opengl windows raspberry pi 3 clocks • • ptstream  

      1
      0
      Votes
      1
      Posts
      561
      Views

      No one has replied

    • UNSOLVED Long start time for static linking application
      General and Desktop • windows qt 5.9.0 • • goldstar2154  

      5
      0
      Votes
      5
      Posts
      1048
      Views

      @JonB sorry for long reply debug size is 29.5M release size is 18.3M Free memory always a more than needed PC have 16Gb ram. Also i checked swap, swap is newer used for last days. So problem is not here. Next step i will check all dlls one by one in tes Win32 pure C application, maybe problem is here. no cpecific initial code ... but as u can see a lot of dependencies.. In linux exist LD_PRELOAD key but there is no solution for windows i found. Thanks for response, if i found any solution or reason i'll report it here. Cheers.
    • SOLVED How to load multiple files from main.qml ?
      QML and Qt Quick • windows multiple files qml files separate files • • Natalya  

      4
      0
      Votes
      4
      Posts
      948
      Views

      @Natalya if your issue is solved, please don't forget to mark your post as such. Thanks.
    • SOLVED Why Widget::grabMouse() installs WH_JOURNALRECORD hook on Windows in Qt 4.8.x
      General and Desktop • windows qt 4.8.6 • • JakaBac  

      4
      0
      Votes
      4
      Posts
      860
      Views

      For sake of completeness here is the answer from Qt developers (in case someone reads this and has the same issue): http://lists.qt-project.org/pipermail/development/2018-April/032630.html Unfortunately the reason why it was done in that way is still a mystery but it seems that the hook code can be safely removed
    • UNSOLVED No examples/program is getting executed with Qt5.10.0
      Installation and Deployment • windows windows 10 visual studio install crashed • • Qjay  

      9
      0
      Votes
      9
      Posts
      1839
      Views

      @aha_1980 i cleaned my old project build tried it again. The build is successful but when i try to run same error as mentioned above. any changes : just uninstalled Qt5.9.1 .other than that nothing much. this is my compiler tab if it helps any !! p.. i have downloaded windows 10 SDK too now there is no triangle on msvc 32bit one but the problem still remains :/ .
    • UNSOLVED QtWebKit don't Build
      Qt WebKit • windows build qtwebkit icu62 • • Soreth  

      15
      0
      Votes
      15
      Posts
      4643
      Views

      Could you show full output of cmake? Did you install libsqlite3-dev package and cmake reports that sqlite is not found? That does not make any sense
    • UNSOLVED How to choose compiler and kit
      General and Desktop • windows compile kit • • TMJJ001  

      3
      0
      Votes
      3
      Posts
      3053
      Views

      Hi Do you really need that many kits installed ?? Desktop QT 5.6.2 MinGW 32bit -> can make normal win32 apps in 32 bit. Run on win 10 64 bit too ( as 32 bit) Desktop QT 5.6.2 MSVC2013 32bit. -> 32 bit, you must install compiler yourself. VS 2013 ONLY ( runs on 64 bit too) Desktop QT 5.6.2 MSVC2013 64bit -> 64 bit, you must install compiler yourself. VS 2013 ONLY ( runs ONLY 64 bit ) Desktop QT 5.6.2 MSVC2015 32bit -> 32 bit, you must install compiler yourself. VS 2015/17 ONLY ( runs on 64 bit too) Desktop QT 5.6.2 MSVC2015 64bit -> 64 bit, you must install compiler yourself. VS 2015/17 ONLY ( runs ONLY on 64 bit) Desktop QT 5.6.2 for Universal Windows Patform 32bit Not a Desktop app. WinRT only app Desktop QT 5.6.2 for Universal Windows Patform 64bit Not a Desktop app. WinRT only app Sounds to me you can just use mingw. for both 32/64 bit unless you want app to be 64 bit ?
    • SOLVED Desktop Qt Quick application goes full black screen via TeamViewer
      QML and Qt Quick • qml windows teamviewer • • KroMignon  

      5
      0
      Votes
      5
      Posts
      2076
      Views

      @raven-worx I have also test the Registry Key changes, but doesn't have any impact. By the way, I just realize that the XP build of my application is using ANGLE (because OpenGL is not supported) and Windows7 is using OpenGL. By forcing Windows7 to use ANGLE, TeamViewer is working also with Windows7 :) QCoreApplication::setAttribute(Qt::AA_UseOpenGLES); qputenv("QT_OPENGL", "angle"); qputenv("QT_ANGLE_PLATFORM", "d3d9"); Thanks a lot for your time Regards
    • UNSOLVED Camera Example - changing settings does not work
      General and Desktop • windows camera examples • • michalos  

      4
      0
      Votes
      4
      Posts
      698
      Views

      For example: QCameraImageProcessing
    • SOLVED QCA no Makefile
      3rd Party Software • windows make makefile building qca • • mikkel1156  

      7
      0
      Votes
      7
      Posts
      2511
      Views

      @VRonin said in QCA no Makefile: also, if you are using MSVC you have to tell cmake to generate makefiles instead of project files. Pass the -G "NMake Makefiles" arguments to your cmake call You sir, have saved me. I can't believe they don't specify that in the guide (it also uses MSVC, so idk why there wasn't the same problem). I've run into some trouble while building, but that can/should be its own topic. @VRonin said in QCA no Makefile: Slightly related, is QCA supported and updated? The last thing you'd want is to use an out of date cryptographic library. I normally use Crypto++ but libcrypto of OpenSSL is also very good (if you don't mind messing with C) It is still active, looking at the the git (https://cgit.kde.org/qca.git/) the last commit was in 2017-09-30 (some months ago, but it isn't dead). I had also been looking at Crypto++, but ended up settleing for QCA for no pacticular reasons. And I wouldn't mess with C, I'm still even just a C++ newbie afterall ;) QCA can also use OpenSSL btw.