~ubuntu-branches/ubuntu/precise/rocs/precise-proposed

« back to all changes in this revision

Viewing changes to src/Interface/TabWidget.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-17 15:07:00 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20111217150700-5ogxmpqlluwn29a3
Tags: 4:4.7.90-0ubuntu1
* New upstream beta release
* Add build-dep on libboost-graph1.46-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    
104
104
}
105
105
 
106
 
void TabWidget::setPlayString(){
107
 
    m_tabs->tab(m_numOfActions+m_numOfTabs)->setText(i18n("Run"));
108
 
}
109
 
 
110
 
void TabWidget::setStopString(){
111
 
    m_tabs->tab(m_numOfActions+m_numOfTabs)->setText(i18n("Stop"));
112
 
}
113
 
 
114
106
void TabWidget::releaseActionButton(int index) {
115
107
    m_tabs->setTab(m_activeTab, true);
116
108
    m_tabs->setTab(index, false);