FactDev
0.1
|
Class for display Rate. More...
#include <ratewidget.h>
Public Slots | |
void | setDailyRate () |
setDailyRate Set a new value for the daily rate More... | |
void | setHourlyRate () |
setHourlyRate Set a new value for the hourly rate More... | |
Public Member Functions | |
RateWidget (QWidget *parent=0) | |
RateWidget::RateWidget Construct a rate widget. More... | |
void | initRate () |
RateWidget::initRate Initialize the rate. | |
void | setWidgetDailyRateValue (double value) |
RateWidget::setWidgetDailyRateValue Modify the value of the daily rate spin box component. More... | |
double | getDailyRate () |
RateWidget::getDailyRate Get the daily rate. More... | |
double | getHourlyRate () |
RateWidget::getHourlyRate Get the hourly rate. More... | |
void | setWidgetHourlyRateValue (double value) |
RateWidget::setWidgetHourlyRateValue Modify the value of the hourly rate spin box component. More... | |
void | updateConversionRate () |
updateConversionRate Update daily rate or hourly rate | |
Class for display Rate.
|
explicit |
RateWidget::RateWidget Construct a rate widget.
parent | The QWidget parent |
double Gui::Widgets::RateWidget::getDailyRate | ( | ) |
RateWidget::getDailyRate Get the daily rate.
double Gui::Widgets::RateWidget::getHourlyRate | ( | ) |
RateWidget::getHourlyRate Get the hourly rate.
|
slot |
setDailyRate Set a new value for the daily rate
dailyRate | The new daily rate |
|
slot |
setHourlyRate Set a new value for the hourly rate
hourlyRate | The new hourly rate |
void Gui::Widgets::RateWidget::setWidgetDailyRateValue | ( | double | value | ) |
RateWidget::setWidgetDailyRateValue Modify the value of the daily rate spin box component.
value | New Value |
void Gui::Widgets::RateWidget::setWidgetHourlyRateValue | ( | double | value | ) |
RateWidget::setWidgetHourlyRateValue Modify the value of the hourly rate spin box component.
value | New value |