[Avida-cvs] [Avida2-svn] r378 - branches/developers/kaben-organism-scope/source/python/AvidaGui2

kaben@myxo.css.msu.edu kaben at myxo.css.msu.edu
Mon Nov 7 15:54:02 PST 2005


Author: kaben
Date: 2005-11-07 18:54:01 -0500 (Mon, 07 Nov 2005)
New Revision: 378

Added:
   branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureCtrl.py
   branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureView.ui
Log:

Added missing files. These are used to configure the organism scope
view.



Added: branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureCtrl.py
===================================================================
--- branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureCtrl.py	2005-11-07 20:49:59 UTC (rev 377)
+++ branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureCtrl.py	2005-11-07 23:54:01 UTC (rev 378)
@@ -0,0 +1,41 @@
+
+from pyOrganismConfigureView import pyOrganismConfigureView
+
+from qt import *
+
+class pyOrganismConfigureCtrl(pyOrganismConfigureView):
+  def __init__(self, parent = None, name = None, fl = 0):
+    pyOrganismConfigureView.__init__(self, parent, name, fl)
+  def construct(self, session_mdl):
+    self.m_session_mdl = session_mdl
+
+    self.connect(self.m_heads_type_cb, SIGNAL("activated(int)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_HeadsTypeCBActivatedSig"))
+
+    self.connect(self.m_show_task_tests_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowTaskTestsCBToggledSig"))
+    self.connect(self.m_show_registers_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowRegistersCBToggledSig"))
+    self.connect(self.m_animate_head_movement_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_AnimateHeadMovementCBToggledSig"))
+    self.connect(self.m_show_stacks_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowStacksCBToggledSig"))
+    self.connect(self.m_show_heads_as_letters_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowHeadsAsLettersCBToggledSig"))
+    self.connect(self.m_show_instruction_names_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowInstructionNamesCBToggledSig"))
+    self.connect(self.m_show_inputs_and_outputs_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowInputsAndOutputsCBToggledSig"))
+    self.connect(self.m_show_full_stacks_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowFullStacksCBToggledSig"))
+    self.connect(self.m_animate_instruction_copy_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_AnimateInstructionCopyCBToggledSig"))
+    self.connect(self.m_show_hardware_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_ShowHardwareCBToggledSig"))
+    self.connect(self.m_animate_organism_divide_cb, SIGNAL("toggled(bool)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_AnimateOrganismDivideCBToggledSig"))
+
+    self.connect(self.m_layout_spacing_sb, SIGNAL("valueChanged(int)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_LayoutSpacingSBValueChangedSig"))
+    self.connect(self.m_hardware_indicator_size_sb, SIGNAL("valueChanged(int)"), self.m_session_mdl.m_session_mdtr,
+      PYSIGNAL("ScopeConfig_HardwareIndicatorSBValueChangedSig"))

Added: branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureView.ui
===================================================================
--- branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureView.ui	2005-11-07 20:49:59 UTC (rev 377)
+++ branches/developers/kaben-organism-scope/source/python/AvidaGui2/pyOrganismConfigureView.ui	2005-11-07 23:54:01 UTC (rev 378)
@@ -0,0 +1,709 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+<class>pyOrganismConfigureView</class>
+<widget class="QWidget">
+    <property name="name">
+        <cstring>pyOrganismConfigureView</cstring>
+    </property>
+    <property name="geometry">
+        <rect>
+            <x>0</x>
+            <y>0</y>
+            <width>577</width>
+            <height>487</height>
+        </rect>
+    </property>
+    <property name="caption">
+        <string>pyOrganismConfigureView</string>
+    </property>
+    <grid>
+        <property name="name">
+            <cstring>unnamed</cstring>
+        </property>
+        <property name="margin">
+            <number>2</number>
+        </property>
+        <property name="spacing">
+            <number>2</number>
+        </property>
+        <widget class="QLayoutWidget" row="3" column="1">
+            <property name="name">
+                <cstring>layout25</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_animate_head_movement_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLabel" row="3" column="0">
+            <property name="name">
+                <cstring>textLabel4</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Animate Head Movement:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="2" column="0">
+            <property name="name">
+                <cstring>textLabel4_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Animate Instruction Copy:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
+            <property name="name">
+                <cstring>textLabel1</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>11</pointsize>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="center"&gt;Organism Scope Settings&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="2" column="1">
+            <property name="name">
+                <cstring>layout25_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_animate_instruction_copy_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLayoutWidget" row="4" column="1">
+            <property name="name">
+                <cstring>layout25_3</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_animate_organism_divide_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <spacer row="15" column="0" rowspan="1" colspan="2">
+            <property name="name">
+                <cstring>spacer53</cstring>
+            </property>
+            <property name="orientation">
+                <enum>Vertical</enum>
+            </property>
+            <property name="sizeType">
+                <enum>MinimumExpanding</enum>
+            </property>
+            <property name="sizeHint">
+                <size>
+                    <width>410</width>
+                    <height>50</height>
+                </size>
+            </property>
+        </spacer>
+        <widget class="QLabel" row="14" column="0">
+            <property name="name">
+                <cstring>textLabel3</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Layout Spacing:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="12" column="1">
+            <property name="name">
+                <cstring>layout24_2_2_2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_task_tests_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLabel" row="11" column="0">
+            <property name="name">
+                <cstring>textLabel2_2_2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Inputs and Outputs:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="7" column="1">
+            <property name="name">
+                <cstring>layout24_2_3</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_hardware_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLabel" row="12" column="0">
+            <property name="name">
+                <cstring>textLabel2_2_2_2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Task Tests:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="9" column="1">
+            <property name="name">
+                <cstring>layout24_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_stacks_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLayoutWidget" row="11" column="1">
+            <property name="name">
+                <cstring>layout24_2_2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_inputs_and_outputs_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLayoutWidget" row="8" column="1">
+            <property name="name">
+                <cstring>layout24_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_registers_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QSpinBox" row="14" column="1">
+            <property name="name">
+                <cstring>m_layout_spacing_sb</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="6" column="1">
+            <property name="name">
+                <cstring>layout24</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_heads_as_letters_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLabel" row="8" column="0">
+            <property name="name">
+                <cstring>textLabel2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Registers:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QSpinBox" row="13" column="1">
+            <property name="name">
+                <cstring>m_hardware_indicator_size_sb</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+        </widget>
+        <widget class="QLabel" row="7" column="0">
+            <property name="name">
+                <cstring>textLabel2_2_3</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Hardware:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="13" column="0">
+            <property name="name">
+                <cstring>textLabel2_2_2_2_2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Hardware Indicator Size:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="10" column="0">
+            <property name="name">
+                <cstring>textLabel2_2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Full Stacks:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="10" column="1">
+            <property name="name">
+                <cstring>layout24_2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_full_stacks_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLabel" row="9" column="0">
+            <property name="name">
+                <cstring>textLabel2_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Stacks:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="4" column="0">
+            <property name="name">
+                <cstring>textLabel4_3</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Animate Organism Divide:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLayoutWidget" row="5" column="1">
+            <property name="name">
+                <cstring>layout24_3</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>1</hsizetype>
+                    <vsizetype>0</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <hbox>
+                <property name="name">
+                    <cstring>unnamed</cstring>
+                </property>
+                <widget class="QCheckBox">
+                    <property name="name">
+                        <cstring>m_show_instruction_names_cb</cstring>
+                    </property>
+                    <property name="text">
+                        <string></string>
+                    </property>
+                </widget>
+            </hbox>
+        </widget>
+        <widget class="QLabel" row="6" column="0">
+            <property name="name">
+                <cstring>textLabel2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Heads As Letters:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="5" column="0">
+            <property name="name">
+                <cstring>textLabel2_3</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Show Instruction Names:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QLabel" row="1" column="0">
+            <property name="name">
+                <cstring>textLabel4_2_2</cstring>
+            </property>
+            <property name="sizePolicy">
+                <sizepolicy>
+                    <hsizetype>3</hsizetype>
+                    <vsizetype>5</vsizetype>
+                    <horstretch>0</horstretch>
+                    <verstretch>0</verstretch>
+                </sizepolicy>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                    <bold>1</bold>
+                </font>
+            </property>
+            <property name="text">
+                <string>&lt;p align="right"&gt;Heads Type:&lt;/p&gt;</string>
+            </property>
+        </widget>
+        <widget class="QComboBox" row="1" column="1">
+            <item>
+                <property name="text">
+                    <string>Dots</string>
+                </property>
+            </item>
+            <item>
+                <property name="text">
+                    <string>Letters</string>
+                </property>
+            </item>
+            <property name="name">
+                <cstring>m_heads_type_cb</cstring>
+            </property>
+            <property name="font">
+                <font>
+                    <pointsize>9</pointsize>
+                </font>
+            </property>
+        </widget>
+    </grid>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>




More information about the Avida-cvs mailing list