Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Window() or Rectangle() for a new window

Window() or Rectangle() for a new window

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.5k 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.
  • S Offline
    S Offline
    shadabk92
    wrote on last edited by
    #1

    Hello,
    I am trying to design an interface, but the Window function as stated in the qt blogs is getting accepted entirely in the program, It state that Window keyword not found. But instead does not complain anything about the Rectangle().

    The Rectangle does not also take any other functions into it other than text or Mouse to exit the window.

    Why is it so?
    I am including the import QtQuick 2.0 and the import QtQuick2.0.Window as the library functions but event though it is not recognizing it.

    I am presently using the Qt 5 on ubuntu and on Windows 7

    Basically my main requirement is to create a window(main window) which harbors many other smaller functions like menu, menubars,text etc... all the other functions supported by a GUI

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Show us your code. From that short description I think you are misunderstanding the way QML works, but I need more data to help you.

      (Z(:^

      1 Reply Last reply
      0

      • Login

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