int EpisodeVoteDialog::vote() const
{
- return qBound(1, int(tm_ui->vote.value() * 10.0), 100);
+ return qBound(1, int(m_ui->vote->value() * 10.0), 100);
}
void EpisodeVoteDialog::setVote(int value)
<rect>
<x>0</x>
<y>0</y>
- <width>134</width>
- <height>65</height>
+ <width>178</width>
+ <height>71</height>
</rect>
</property>
<property name="windowTitle">
<string>Vote:</string>
</property>
<property name="buddy">
- <cstring>doubleSpinBox</cstring>
+ <cstring>vote</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
- <widget class="QDoubleSpinBox" name="doubleSpinBox">
+ <widget class="QDoubleSpinBox" name="vote">
<property name="minimum">
<double>1.000000000000000</double>
</property>
</layout>
</widget>
<tabstops>
- <tabstop>doubleSpinBox</tabstop>
+ <tabstop>vote</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>