[Avida-cvs] [Avida2-svn] r106 - trunk/source/python/AvidaGui2

jclune at myxo.css.msu.edu jclune at myxo.css.msu.edu
Wed Apr 6 10:07:09 PDT 2005


Author: jclune
Date: 2005-04-06 13:07:09 -0400 (Wed, 06 Apr 2005)
New Revision: 106

Modified:
   trunk/source/python/AvidaGui2/pyEduWorkspaceView.py
   trunk/source/python/AvidaGui2/pyEduWorkspaceView.ui
Log:
Height is now 1000


Modified: trunk/source/python/AvidaGui2/pyEduWorkspaceView.py
===================================================================
--- trunk/source/python/AvidaGui2/pyEduWorkspaceView.py	2005-04-06 16:19:40 UTC (rev 105)
+++ trunk/source/python/AvidaGui2/pyEduWorkspaceView.py	2005-04-06 17:07:09 UTC (rev 106)
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
 
-# Form implementation generated from reading ui file 'pyEduWorkspaceView.ui'
+# Form implementation generated from reading ui file './pyEduWorkspaceView.ui'
 #
-# Created: Thu Mar 31 04:19:18 2005
+# Created: Wed Apr 6 13:11:51 2005
 #      by: The PyQt User Interface Compiler (pyuic) 3.13
 #
 # WARNING! All changes made in this file will be lost!
@@ -317,8 +317,8 @@
             self.setName("pyEduWorkspaceView")
 
         self.setSizePolicy(QSizePolicy(0,0,0,0,self.sizePolicy().hasHeightForWidth()))
-        self.setMinimumSize(QSize(1024,768))
-        self.setMaximumSize(QSize(1024,768))
+        self.setMinimumSize(QSize(1000,768))
+        self.setMaximumSize(QSize(1000,768))
 
         self.setCentralWidget(QWidget(self,"qt_central_widget"))
         pyEduWorkspaceViewLayout = QVBoxLayout(self.centralWidget(),11,6,"pyEduWorkspaceViewLayout")
@@ -422,7 +422,7 @@
 
         self.languageChange()
 
-        self.resize(QSize(1024,768).expandedTo(self.minimumSizeHint()))
+        self.resize(QSize(1000,768).expandedTo(self.minimumSizeHint()))
         self.clearWState(Qt.WState_Polished)
 
         self.connect(self.fileNewAction,SIGNAL("activated()"),self.fileNew)

Modified: trunk/source/python/AvidaGui2/pyEduWorkspaceView.ui
===================================================================
--- trunk/source/python/AvidaGui2/pyEduWorkspaceView.ui	2005-04-06 16:19:40 UTC (rev 105)
+++ trunk/source/python/AvidaGui2/pyEduWorkspaceView.ui	2005-04-06 17:07:09 UTC (rev 106)
@@ -15,9 +15,9 @@
     </property>
     <property name="geometry">
         <rect>
-            <x>0</x>
+            <x>12</x>
             <y>0</y>
-            <width>1024</width>
+            <width>1000</width>
             <height>768</height>
         </rect>
     </property>
@@ -31,13 +31,13 @@
     </property>
     <property name="minimumSize">
         <size>
-            <width>1024</width>
+            <width>1000</width>
             <height>768</height>
         </size>
     </property>
     <property name="maximumSize">
         <size>
-            <width>1024</width>
+            <width>1000</width>
             <height>768</height>
         </size>
     </property>
@@ -109,16 +109,6 @@
     <item text="&amp;File" name="File">
         <action name="fileNewAction"/>
         <action name="fileOpenAction"/>
-        <!-- <action name="fileClose_WorkspaceAction"/> -->
-        <action name="fileOpenFreezerAction"/>
-        <separator/>
-        <action name="fileSaveAction"/>
-        <action name="fileSaveAsAction"/>
-        <separator/>
-        <action name="fileImportAction"/>
-        <action name="fileExportAction"/>
-        <separator/>
-        <action name="fileExitAction"/>
     </item>
     <item text="&amp;Edit" name="editMenu">
         <action name="editUndoAction"/>
@@ -159,7 +149,7 @@
         </sizehint>
         <container>0</container>
         <sizepolicy>
-            <hordata>3</hordata>
+            <hordata>0</hordata>
             <verdata>0</verdata>
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
@@ -172,6 +162,8 @@
         <property type="3">-1</property>
         <property type="1">pyFreezerView</property>
         <property type="4">-1</property>
+        <property type="1">pyFreezerView</property>
+        <property type="4">-1</property>
         <property type="pyFreezerView"></property>
         <property type="-1">1</property>
     </customwidget>
@@ -184,7 +176,7 @@
         </sizehint>
         <container>0</container>
         <sizepolicy>
-            <hordata>3</hordata>
+            <hordata>0</hordata>
             <verdata>0</verdata>
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
@@ -197,6 +189,8 @@
         <property type="3">-1</property>
         <property type="1">pyNavBarView</property>
         <property type="4">-1</property>
+        <property type="1">pyNavBarView</property>
+        <property type="4">-1</property>
         <property type="pyNavBarView"></property>
         <property type="-1">1</property>
     </customwidget>
@@ -558,14 +552,6 @@
             <string>Minimize Window</string>
         </property>
     </action>
-    <!-- <action>
-        <property name="name">
-            <cstring>fileOpenFreezerAction</cstring>
-        </property>
-        <property name="text">
-            <string>Open Freezer</string>
-        </property>
-    </action> -->
 </actions>
 <images>
     <image name="image0">




More information about the Avida-cvs mailing list