跳到內容

General and Desktop

This is where all the desktop OS and general Qt questions belong.
83.4k 主題 456.4k 貼文
  • [SOLVED] Getting the OUT of a MySQL stored procedure?

    5
    0 評價
    5 貼文
    10k 瀏覽
    R
    No problem! I looked for the "solved" button like at the Java forums. I didn't realize I had to edit the title manually.
  • What's the best method to create a GUI similar to Qt Designer's Property Editor?

    4
    0 評價
    4 貼文
    3k 瀏覽
    EddyE
    No I don't think so. Afaik Qt Designer existed before Qt Solutions. But I'm not sure. You could check it easily by comparing the sources.
  • Appending Items to QListView

    6
    0 評價
    6 貼文
    18k 瀏覽
    V
    Thank you very much for the input, I am going check it out now!
  • Help with QTextEdit.

    28
    0 評價
    28 貼文
    15k 瀏覽
    M
    [quote author="Volker" date="1312234572"]Sorry, I did not keep the files for that long.[/quote] It's okay, I think I might've found something else I can do. Than you, though!
  • [Solved]Qt and FreeBSD

    8
    0 評價
    8 貼文
    8k 瀏覽
    EddyE
    You're welcome. I don't know how to set environment variables in freebsd to change the path variable, but your solution is fine too. ;) Have fun with Qt!
  • QTcpServer - Fortune example problem

    27
    0 評價
    27 貼文
    11k 瀏覽
    M
    If your problems solved, please be sure and add [Solved] to the beginning of the title of the thread. Thanks!
  • Voice Application!

    3
    0 評價
    3 貼文
    2k 瀏覽
    A
    oh thanks
  • Quit and delete thread

    7
    0 評價
    7 貼文
    7k 瀏覽
    R
    It is help me! Thank you for your help!
  • Dyld: Library not loaded

    3
    0 評價
    3 貼文
    4k 瀏覽
    C
    Thanks! I will take a look at the macdeployqt tool. In the mean time, I reset the app to use 4.7.3 so that I can continue my development work.
  • Running Pulseaudio on Qt

    1
    0 評價
    1 貼文
    4k 瀏覽
    尚無回覆
  • 0 評價
    7 貼文
    4k 瀏覽
    G
    No surprise in that. How do you populate the model?
  • [SOLVED]How to promote QMdiArea in designer?

    21
    0 評價
    21 貼文
    12k 瀏覽
    EddyE
    Glad you made it! Please could you edit your title and add [Solved] in front of it? Also use @ instead of /[code/] to mark code in your topic. I changed it for you. (see the <> button on top of the editor.
  • [Solved] QAction setData with two data types

    4
    0 評價
    4 貼文
    3k 瀏覽
    T
    QVariant holds one value, so you can not stuff two things into it. You might try a QPair to group two separate things into one entity.
  • [Solved] Can't link to Windows library

    10
    0 評價
    10 貼文
    14k 瀏覽
    EddyE
    Glad to hear you like Qt! Please could you edit your title and add [Solved] in front of it?
  • QWebview disabled

    6
    0 評價
    6 貼文
    3k 瀏覽
    J
    i was thinking about installing an event filter on the view. but thats not better either :)
  • [SOLVED] Multi colored PolyLines?

    4
    0 評價
    4 貼文
    4k 瀏覽
    E
    [quote author="mlong" date="1311786901"]If loladiro's suggestion doesn't do what you need, then you'll need to draw each line segment on your own by iterating over the line segments and adjusting the pen accordingly for each one. [/quote] Already did it this way (also for another couple or reasons!) Thanks
  • [SOLVED]Defining QMdiArea background

    8
    0 評價
    8 貼文
    10k 瀏覽
    S
    The QMdiArea is indeed not listed among the promoted widgets. I checked the reason for this with our developers here and QMdiArea is put in an exclude list since it is a container that it is problematic to promote. I see that you are investigating a way around this in this "thread":http://developer.qt.nokia.com/forums/viewthread/8334, and that sounds like a viable approach since QFrame is a container as well.
  • [SOLVED] QtSingleApplication

    13
    0 評價
    13 貼文
    11k 瀏覽
    M
    Thx, a lot for the help! I'm compile source like lib and dll than add them to project and include headers to project.
  • Library's name

    22
    0 評價
    22 貼文
    9k 瀏覽
    M
    Hi now i simply want to compile/run the main.cpp in the root folder and get: dlerror:/apps/X-Plane/Aircraft/General Aviation/Paa/alal/plugins/fmc/lin.xpl: undefined symbol: _ZN9FMSSystemC1Ev Compilation is ok without linking. So i cannot link for GPL reasons but what am i doing then? And why do i get the above error if i don't have to link? The lib is compiled and copied into the same folder as the plugin(main.cpp; x-plane plugin) above. Either the lib as the plugin are shared libs. Thanks again Michael
  • [SOLVED] how to stop instances of dialog and close the dialog

    7
    0 評價
    7 貼文
    8k 瀏覽
    K
    i found what was creating the flickering. it was created by the centerWidgetOnScreen(this); i marked this topic as solved.