Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to edit a .ui file
Forum Updated to NodeBB v4.3 + New Features

How to edit a .ui file

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 19.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Himanshupradhan
    wrote on last edited by
    #1

    i want to run qt examples code from QtMobility Examples, in that i got a .ui file , when in qt i open a new .ui file and then i want to copy that example.ui i am unable to do, how to do that.
    source code = http://doc.qt.nokia.com/qtmobility/sensors-sensor-explorer-explorer-ui.html

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      .ui files can be opened with an application called Qt Designer, which is also build into Qt Creator.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        In Qt Creator, right-click on the file in the list and select "edit with... plain text editor". You can copy/paste then. Or use your favorite text editor and do it there. .ui files are regular text files containing XML.

        The easiest way would be to go to qtmobilities sources and grab the file from there.

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        1

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved