complete software group screen

This commit is contained in:
lizhi-rocky
2010-08-02 16:19:59 +08:00
parent 62e5b2b075
commit 5688e9974b
7 changed files with 109 additions and 214 deletions

View File

@@ -410,19 +410,49 @@ row 4 | |
<grid_location row='0' column='0'/>
</widget>
<widget type='Frame' name='software_group_content' construct='software_group_construct'>
<grid_management rows='x' columns='3'>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
<configure column='2' weight='1'/>
<widget type='Frame' name='software_group_content'>
<grid_management rows='4' columns='1'>
<configure row='1' weight='1'/>
<configure row='3' weight='1'/>
</grid_management>
<grid_location row='0' column='1' sticky='NSWE' />
<action init='software_group_init' quit='software_group_quit'/>
<!-- a template for software group item -->
<widget type='Checkbutton' name='software-group-item'>
<widget_attribute text='' command='software_group_item' variable='' onvalue='on' offvalue='off'/>
<widget type='Label'>
<widget_attribute text='Mandatory'/>
<grid_location row='0' column='0'/>
</widget>
<widget type='Frame' construct='software_group_mandatory_construct'>
<grid_management rows='x' columns='3'>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
<configure column='2' weight='1'/>
</grid_management>
<grid_location row='1' column='0'/>
<!-- a template for software group mandatory item -->
<widget type='Button' name='software-group-mandatory-item' >
<widget_attribute text='' command='software_group_mandatory_item'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
</widget>
<widget type='Label'>
<widget_attribute text='Optional'/>
<grid_location row='2' column='0'/>
</widget>
<widget type='Frame' construct='software_group_optional_construct'>
<grid_management rows='x' columns='3'>
<configure column='0' weight='1'/>
<configure column='1' weight='1'/>
<configure column='2' weight='1'/>
</grid_management>
<grid_location row='3' column='0'/>
<action quit='software_group_optional_quit'/>
<!-- a template for software group optional item -->
<widget type='Checkbutton' name='software-group-optional-item'>
<widget_attribute text='' variable='' command='' onvalue='yes' offvalue='no'/>
<grid_location row='0' column='0' sticky='W'/>
</widget>
</widget>
</widget>
</widget>
@@ -521,6 +551,7 @@ row 4 | |
<!--
<top_window name='software_package_template' construct='software_package_construct'>
-->
<!--
<top_window name='software_package_template'>
<grid_management rows='4' columns='2'>
<configure row='1' weight='1'/>
@@ -557,7 +588,7 @@ row 4 | |
<grid_location row='3' column='1' sticky='NSW'/>
</widget>
</top_window>
-->
<message key='#os-name'>
<English>Rocky 4.2</English>
<Chinese>磐石 4.2</Chinese>