Ignore:
Timestamp:
04/15/12 13:06:47 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The IntegerEntry widget is used for the VRef as well on the landing page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/gui.py

    r84 r86  
    133133        """Get the V2 speed calculated for the flight."""
    134134        return self._wizard.v2
     135       
     136    @property
     137    def vref(self):
     138        """Get the Vref speed calculated for the flight."""
     139        return self._wizard.vref
    135140       
    136141    def run(self):
Note: See TracChangeset for help on using the changeset viewer.