https://github.com/ialhashim/topo-blend
Revision c7028191e0ac9f06033ebe8de245a969107a0c96 authored by ennetws on 15 January 2014, 06:15:06 UTC, committed by ennetws on 15 January 2014, 06:15:06 UTC
1 parent c4a3115
Raw File
Tip revision: c7028191e0ac9f06033ebe8de245a969107a0c96 authored by ennetws on 15 January 2014, 06:15:06 UTC
Changes to filtering.
Tip revision: c702819
animationWidget.ui
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>AnimationForm</class>
 <widget class="QWidget" name="AnimationForm">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>470</width>
    <height>357</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <layout class="QHBoxLayout" name="mainLayout"/>
   </item>
   <item>
    <widget class="QPushButton" name="loadButton">
     <property name="text">
      <string>Load..</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="button">
     <property name="text">
      <string>Render..</string>
     </property>
     <property name="icon">
      <iconset resource="topo-blend.qrc">
       <normaloff>:/images/render.png</normaloff>:/images/render.png</iconset>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources>
  <include location="topo-blend.qrc"/>
 </resources>
 <connections/>
</ui>
back to top