Jump to content

QT - UI version 4.0?


photo

Recommended Posts

Posted

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

Posted

Cool - do we have access to the full suite of GUI controls/widgets available in the full QT library??

Posted

Hi Simon,

 

If you will embed application into QT Window you can use any Qt widgets that will be rendered on top of the main application. Note that already existed engine widgets will remain the same.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...