Results 1 to 8 of 8

Thread: ui. files with Visual Studio 10

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2014
    Posts
    11
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: ui. files with Visual Studio 10

    It's simply empty.. o.O There are no hinds on some errors ... :/

  2. #2
    Join Date
    Jul 2014
    Posts
    11
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: ui. files with Visual Studio 10

    ...I've got still problems with this project... It is written in Qt 3 with Visual Studio 10 and "transformed" to Qt 4 with the uic3.exe, that means I've got a .ui-file, Qt-Version 3.3, that I can open and edit with the Qt4-Designer, but I can't compile the edited version. The uic3.exe builds a Qt4 compatible .h and .cpp-file, including the informations from the .ui and ui.h-file. What I want is to transforme the .ui and ui.h in that way, that I can edit the .ui file with the Qt 4-Designer.
    I tried to write my own .h and .cpp within the Slots and Signal for one of the, with the QtDesigner tranformed, .ui-files. I tried Project->addClass->Qt4GuiClass but I got the error: "It is impossible to add a QtGuiClass to the current project, as it was not created using Qt4VSAddin." Then I tried "Convert project to Qt add-in project" but I got still the same error.
    I also tried to add the .ui/.h/.cpp-files from a VisualStudio written, working test-project and to include them in my project, but I my tries had no success, in that way, that Visual Studio doesn't create the ui_myTest.h or the moc_...-file or somethÃ*ng else additional..
    Have you any idea how I can modify the settings or what I have to add ?

Similar Threads

  1. moc files on visual studio ?
    By jajdoo in forum Newbie
    Replies: 0
    Last Post: 10th November 2011, 13:17
  2. Replies: 1
    Last Post: 15th August 2011, 23:26
  3. Replies: 1
    Last Post: 22nd June 2010, 17:22
  4. Creation of .ts Files in Visual Studio
    By Ragnaron in forum Installation and Deployment
    Replies: 0
    Last Post: 9th March 2010, 09:56
  5. visual studio project files - adding extra files
    By luf in forum Qt Programming
    Replies: 3
    Last Post: 13th June 2008, 21:05

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.