Jump to content

QT - UI version 4.0?


photo

Recommended Posts

Hi,

 

I was running the C++ QT demo and noticed an unused .ui file with the following contents:

 

 

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>653</width>
    <height>407</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralWidget"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>

 

 

 

This appears to be a different version of the UI definition that contains QT widgets?  Can't get it to work though and there is no documentation describing it

 

 

Does this format work for unigine 2.3.1?  Does this allow me to mix qt widgets and unigine widgets on the same container/canvas?

 

Thanks,

Simon

Link to comment
×
×
  • Create New...