summaryrefslogtreecommitdiffstats
path: root/krita/plugins/viewplugins/performancetest/wdg_perftest.ui
diff options
context:
space:
mode:
Diffstat (limited to 'krita/plugins/viewplugins/performancetest/wdg_perftest.ui')
-rw-r--r--krita/plugins/viewplugins/performancetest/wdg_perftest.ui283
1 files changed, 0 insertions, 283 deletions
diff --git a/krita/plugins/viewplugins/performancetest/wdg_perftest.ui b/krita/plugins/viewplugins/performancetest/wdg_perftest.ui
deleted file mode 100644
index 7dc14f179..000000000
--- a/krita/plugins/viewplugins/performancetest/wdg_perftest.ui
+++ /dev/null
@@ -1,283 +0,0 @@
-<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
-<class>WdgPerfTest</class>
-<widget class="TQWidget">
- <property name="name">
- <cstring>WdgPerfTest</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>377</width>
- <height>566</height>
- </rect>
- </property>
- <property name="caption">
- <string>Image Size</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQButtonGroup" row="0" column="0">
- <property name="name">
- <cstring>grpPerfTest</cstring>
- </property>
- <property name="title">
- <string>&amp;Performance Test</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQLabel" row="0" column="0">
- <property name="name">
- <cstring>lblTests</cstring>
- </property>
- <property name="text">
- <string>Number of tests:</string>
- </property>
- <property name="buddy" stdset="0">
- <cstring>intWidth</cstring>
- </property>
- </widget>
- <widget class="TQCheckBox" row="1" column="0">
- <property name="name">
- <cstring>chkBitBlt</cstring>
- </property>
- <property name="text">
- <string>bitBlt</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="2" column="0">
- <property name="name">
- <cstring>chkFill</cstring>
- </property>
- <property name="text">
- <string>Fill</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="3" column="0">
- <property name="name">
- <cstring>chkGradient</cstring>
- </property>
- <property name="text">
- <string>Gradients</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="4" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>chkPixel</cstring>
- </property>
- <property name="text">
- <string>setPixel/getPixel</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="5" column="0">
- <property name="name">
- <cstring>chkShape</cstring>
- </property>
- <property name="text">
- <string>Shapes</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="6" column="0">
- <property name="name">
- <cstring>chkLayer</cstring>
- </property>
- <property name="text">
- <string>Layers</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="7" column="0">
- <property name="name">
- <cstring>chkScale</cstring>
- </property>
- <property name="text">
- <string>Scaling</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="8" column="0">
- <property name="name">
- <cstring>chkRotate</cstring>
- </property>
- <property name="text">
- <string>Rotating</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="9" column="0">
- <property name="name">
- <cstring>chkRender</cstring>
- </property>
- <property name="text">
- <string>Rendering</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="10" column="0">
- <property name="name">
- <cstring>chkSelection</cstring>
- </property>
- <property name="text">
- <string>Selection</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="11" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>chkColorConversion</cstring>
- </property>
- <property name="text">
- <string>Color conversion</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="12" column="0">
- <property name="name">
- <cstring>chkFilter</cstring>
- </property>
- <property name="text">
- <string>Filters</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="KIntNumInput" row="0" column="1">
- <property name="name">
- <cstring>intTestCount</cstring>
- </property>
- <property name="value">
- <number>10</number>
- </property>
- <property name="minValue">
- <number>0</number>
- </property>
- <property name="maxValue">
- <number>1000000</number>
- </property>
- </widget>
- <widget class="TQCheckBox" row="13" column="0">
- <property name="name">
- <cstring>chkReadBytes</cstring>
- </property>
- <property name="text">
- <string>Read bytes</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="14" column="0">
- <property name="name">
- <cstring>chkWriteBytes</cstring>
- </property>
- <property name="text">
- <string>Write bytes</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="15" column="0">
- <property name="name">
- <cstring>chkIterators</cstring>
- </property>
- <property name="text">
- <string>Iterators</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQCheckBox" row="16" column="0">
- <property name="name">
- <cstring>chkPaintView</cstring>
- </property>
- <property name="text">
- <string>PaintView</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="TQLayoutWidget" row="18" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>tqlayout5</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="TQPushButton">
- <property name="name">
- <cstring>btnSelectAll</cstring>
- </property>
- <property name="text">
- <string>&amp;Select All</string>
- </property>
- </widget>
- <widget class="TQPushButton">
- <property name="name">
- <cstring>btnDeselectAll</cstring>
- </property>
- <property name="text">
- <string>&amp;Deselect All</string>
- </property>
- </widget>
- </hbox>
- </widget>
- <widget class="TQCheckBox" row="17" column="0">
- <property name="name">
- <cstring>chkPaintViewFPS</cstring>
- </property>
- <property name="text">
- <string>PaintView (fps)</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
-</widget>
-<tabstops>
- <tabstop>intTestCount</tabstop>
-</tabstops>
-<tqlayoutdefaults spacing="6" margin="11"/>
-<includehints>
- <includehint>knuminput.h</includehint>
- <includehint>knuminput.h</includehint>
-</includehints>
-</UI>