]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/widgetpen.ui
Sanity check stage II: rename classes...
[architektonas] / src / forms / widgetpen.ui
index 568138d4f73cfcf9b845a45b7240c9feb45624ed..71da83b1e44511f4dbd62ccfc60c4b10aef554de 100644 (file)
@@ -52,7 +52,7 @@
        </widget>
       </item>
       <item row="0" column="1">
-       <widget class="QG_ColorBox" name="cbColor" native="true">
+       <widget class="ColorBox" name="cbColor" native="true">
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
           <horstretch>0</horstretch>
@@ -78,7 +78,7 @@
        </widget>
       </item>
       <item row="1" column="1">
-       <widget class="QG_WidthBox" name="cbWidth" native="true">
+       <widget class="WidthBox" name="cbWidth" native="true">
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
           <horstretch>0</horstretch>
        </widget>
       </item>
       <item row="2" column="1">
-       <widget class="QG_LineTypeBox" name="cbLineType" native="true">
+       <widget class="LineTypeBox" name="cbLineType" native="true">
         <property name="sizePolicy">
          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
           <horstretch>0</horstretch>
  </widget>
  <customwidgets>
   <customwidget>
-   <class>QG_ColorBox</class>
+   <class>ColorBox</class>
    <extends>QWidget</extends>
-   <header>qg_colorbox.h</header>
+   <header>colorbox.h</header>
   </customwidget>
   <customwidget>
-   <class>QG_WidthBox</class>
+   <class>WidthBox</class>
    <extends>QWidget</extends>
-   <header>qg_widthbox.h</header>
+   <header>widthbox.h</header>
   </customwidget>
   <customwidget>
-   <class>QG_LineTypeBox</class>
+   <class>LineTypeBox</class>
    <extends>QWidget</extends>
-   <header>qg_linetypebox.h</header>
+   <header>linetypebox.h</header>
   </customwidget>
  </customwidgets>
  <includes>
-  <include location="local">qg_linetypebox.h</include>
-  <include location="local">qg_colorbox.h</include>
-  <include location="local">qg_widthbox.h</include>
+  <include location="local">linetypebox.h</include>
+  <include location="local">colorbox.h</include>
+  <include location="local">widthbox.h</include>
  </includes>
  <resources/>
  <connections/>