Skip to content

General and Desktop

This is where all the desktop OS and general Qt questions belong.
83.6k Topics 457.4k Posts
  • Qt::SizeHorCursor cursor shape on macOS

    Unsolved
    1
    1 Votes
    1 Posts
    263 Views
    No one has replied
  • Mqtt V5 Request & Response example

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    S
    Yes, I saw this one pager, but is describes more the other features instead of the request and response feature. I hope he will create a new blog soon with some small examples how to use.
  • 0 Votes
    3 Posts
    705 Views
    aarelovichA
    Maybe I expressed myself incorrectly. By native I meant that uses the WinMain function as an entry point, for example. Something like the code in the link I've poste. But If you can provide some example code on HOW I can use Qt and the win32 APi and Direct X 11, I'd appreaciate it. I have not been able to find ANYTHING online. Just a simple open a window and draw a circle or something will do. I want to know how con configure the .pro so that it will find all the appropriate libraries and the code will compile.
  • Run .pbk file in my software

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    mrjjM
    @saeidparand that is good to hear :)
  • Doesn't show all the files in system("dir")

    Solved
    6
    0 Votes
    6 Posts
    619 Views
    S
    @jonb solved but It was not about the level of access. I set Run Environment in System Environment in QT Creator. thanks for your suggestion.
  • 0 Votes
    10 Posts
    857 Views
    Crawl.WC
    @sgaist I got it, I needn't have implement operator for ExpAnalysisResult, just delete it.
  • How to catch segmentation fault.

    Unsolved
    10
    0 Votes
    10 Posts
    6k Views
    Q
    @cobra91151 OK. Thank you very much. Yes, I tried this solution before.
  • determine whether sqlite database is locked

    Unsolved
    19
    0 Votes
    19 Posts
    5k Views
    U
    @jonb yes i need to process the locked state of the database because it can potentially be opened from another application as well (in a nutshell, these two apps can talk to each other). i actually downloaded the files and compiled them. two posts above i show the code which i'm using but it doesn't return anything related to sqlite being busy or locked. is the code actually correct?
  • Header of first column overlaps the expand/collapse indicator in QTreeView

    Unsolved
    6
    0 Votes
    6 Posts
    954 Views
    Chris KawaC
    @christian-ehrlicher said in Header of first column overlaps the expand/collapse indicator in QTreeView: But how much size? This space depends on the style and the tree depth. The default indentation can be acquired by calling indentation() and the depth, by looking at the picture, is fixed. If not you can still manually set column size on expanded/collapsed signals. Or you could just set it to automatically adjust to contents.
  • Resource Browser in Qt Designer?

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    mrjjM
    hi just in case. [image: 5GRrW3.png]
  • How to add a new entry to " Detail View " tool bar of file open QDialog ?

    Unsolved
    1
    0 Votes
    1 Posts
    141 Views
    No one has replied
  • Creating Reference Object to Shared Memory

    Unsolved
    3
    0 Votes
    3 Posts
    379 Views
    Kent-DorfmanK
    sure you can do that, but you better use locking on writes, and conditionally on reads (such as if the reads are not atomic or access multiple elements in one operation). locks are not just good form. they are necessary when you have more than one task accessing the same memory concurrently. Also, you should probably use data() method instead. So yeah, you can put a wrapper around QSharedMemory that does locking...I would.
  • QVideoFrame does not deliver correct startTime() and endTime() / QMediaPlayer issue

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    Kent-DorfmanK
    @amazonasmann said in QVideoFrame does not deliver correct startTime() and endTime() / QMediaPlayer issue: Now I have to visualize both informations in the same frame. Well I guess you had better throw out the idea of using the Qt multimedia system and write your own decoder and displayer. I've done it in Qt4 where we had to support custom codecs delivering video over wireless links. decode your frames manually into a suitable pixel format buffer and then use an x11 video extension to map that pixel data into an application window.
  • QNetworkAccessManager::get crash on Mac OS when update openssl1.0.2 to 1.1.1

    Unsolved
    2
    0 Votes
    2 Posts
    353 Views
    SGaistS
    Hi and welcome to devnet, OpenSSL 1.1 support is only available since Qt 5.10. OpenSSL 1.1 breaks both API and ABI compatibility with regard to 1.0. You can't just replace one with the other.
  • 0 Votes
    4 Posts
    2k Views
    SGaistS
    @surendar-dharani there's no need to do necro-posting when you are already getting answers on your thread.
  • Failure to find OpenGL and weird warnings in MSVC 2019

    Unsolved opengl qmake msvc2019
    2
    0 Votes
    2 Posts
    933 Views
    F
    @feistykittykat Don't know if I'm allowed to bump this bad boy up. Been struggling to use PVRVFrame or something similar to get openGL found on my machine, but I have no idea how to set it up for QT. Still not even sure if that's the source of my problem.
  • Qt OPC UA: RegisterNodes

    Unsolved
    1
    0 Votes
    1 Posts
    379 Views
    No one has replied
  • 0 Votes
    6 Posts
    516 Views
    RipleyR
    @mrjj Thanks my friend your answer has helped me.
  • readyRead in QWebSocket

    Unsolved
    7
    0 Votes
    7 Posts
    658 Views
    J.HilkJ
    @pablo-j-rogina jup, I agree, my initial statement was incorrect
  • Problem with QTableWidget as input for QChart

    Unsolved
    1
    0 Votes
    1 Posts
    157 Views
    No one has replied