Skip to content

General and Desktop

This is where all the desktop OS and general Qt questions belong.
83.6k Topics 457.7k Posts
  • 0 Votes
    2 Posts
    2k Views
    W
    Any updates on this. Because of this I am stuck with QT 4.5.1 and Visual Studio 2005 :(
  • 0 Votes
    4 Posts
    3k Views
    A
    Rotate it oppositely to the parent rotation perhaps? You can also look at the flags that you can set using QGraphicsItem::setFlags. You might be especially interested in experimenting with the QGraphicsItem::ItemIgnoresTransformations flag.
  • [Solved] Subclassing QListWidgetItem

    7
    0 Votes
    7 Posts
    10k Views
    A
    Next time, please post real code. That saves people looking at it time pointing out errors that don't turn out to be in the problematic, real code.
  • Could not connect to the in-process QML debugger

    2
    0 Votes
    2 Posts
    8k Views
    T
    Check Projects->(Whatever target)->run settings and make sure the QML checkbox is set next to the debugger languages. That tripped me up before.
  • 0 Votes
    2 Posts
    5k Views
    V
    I actually figured out a way... i run jodconverter to convert the .ods to a .csv then convert the csv to a text file. It may be insufficient...yet it gets the job done with a minimal amount of processing time.
  • Newbie problem on Mac OS X

    2
    0 Votes
    2 Posts
    2k Views
    I
    Ahhhhhhhh. My path was picking up the WRONG qmake! I was using in the Simulator subdirectory not the /Applications/QtSDK/Desktop/Qt/474/gcc/bin/qmake one. D'oh.
  • Most efficient way to paint on 8-bit indexed images

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Enviromental Variables

    2
    0 Votes
    2 Posts
    2k Views
    K
    There is nothing special about setting the environment for windows 7. You can follow the "installation guidelines ":http://developer.qt.nokia.com/doc/qt-4.7/install-win.html
  • Network Configurations and networkSessions Crash

    3
    0 Votes
    3 Posts
    2k Views
    D
    sorry, it's not test but m_currentNetworkSession. And i have tested and it's not NULL. However, it crashed, and then QNetworkSessionPrivate* d is NULL. Working on windows and having problems with wifi connections....
  • Opengl window resize speed

    2
    0 Votes
    2 Posts
    3k Views
    Z
    I honestly don't know. You could have a look for existing bug reports and report this if one doesn't already exist. Then if you're feeling adventurous you could take a look to see if you can find out why this happens by profiling a simple application with a QGLWidget to see where it takes the time compared to 4.7.2.
  • [Solved] QGLShader: Unable to open file "vert.vert"

    13
    0 Votes
    13 Posts
    16k Views
    Z
    No worries. Everybody starts at the beginning. At least you know about resources now and for the future. Happy hacking!
  • Qt is event driven and yet there is no "start" signal?

    10
    0 Votes
    10 Posts
    15k Views
    G
    Another option woulkd be to implement the stuff and file a merge request on www.gitorious.org for Qt sources.
  • Problem related to clicked signal?

    6
    0 Votes
    6 Posts
    3k Views
    G
    return is handled by the dialog, if the button is a default button. event->ignore (); means the button ignores the event and it is propagated to the parent widget.
  • [Solved] Pushbutton pressed

    3
    0 Votes
    3 Posts
    3k Views
    T
    I'm trying with that but it will not work, I think I need a loop inside the on_button_pressed() func
  • Toolbar icons not showing up

    6
    0 Votes
    6 Posts
    9k Views
    G
    [quote author="Rajveer" date="1318908165"]Hi Gerolf I kept all resource files & my .exe & other dependent .dlls in one folder & from that folder i tried to run my application on some other PC's.[/quote] Then you should read the pages regarding deployment of Qt and the plugins. I suggest, instead of using ico files, use png files as those do not need image format plugins. See: "Qt library cross dependencies":http://developer.qt.nokia.com/wiki/Qt_library_cross_dependencies "Deploying an Application on Windows":http://doc.qt.nokia.com/stable/deployment-windows.html "QPixmap load fails on WinXP SP3":http://developer.qt.nokia.com/forums/viewthread/2927 "Qt plugins":http://doc.trolltech.com/latest/deployment-windows.html#qt-plugins
  • 0 Votes
    2 Posts
    2k Views
    K
    i solved it with arrays. bare with me i am still trying to understand c++ programming and i think i am just about there :)
  • 0 Votes
    4 Posts
    4k Views
    F
    well, I thought like "isxdigit()" similar function would be there . Guys, tanx!!!
  • Deploying on windows XP

    2
    0 Votes
    2 Posts
    2k Views
    Z
    If you provide all required dll, deployment between Win XP & Win 7 is same. But, one things that, some folder addresses such as MyDocuments, are different. Moreover, if you use images, you will need to provide required third party plugins in deployment. One more things that, your Win XP should be standard version. Some modified versions includes additional softwares & they may be conflict with your application. My application deployment in Win XP & Win 7 is same.
  • Qt Mac sudo help

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G
    Closing this thread. You have asked this in "this thread":http://developer.qt.nokia.com/forums/viewthread/9748/ already.
  • Problem in not getting BOLD format in QTextEdit using tohtml()

    2
    0 Votes
    2 Posts
    4k Views
    G
    Th code works for me. What's the content of the file?