Changeset 2980
- Timestamp:
- 04/28/06 07:18:39 (3 years ago)
- Files:
-
- hydranode/hngui/home_homeactions.ui (modified) (1 diff)
- hydranode/hngui/hometabs.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hydranode/hngui/home_homeactions.ui
r2942 r2980 25 25 <item> 26 26 <widget class="QToolButton" name="pageButton" > 27 <property name="minimumSize" > 28 <size> 29 <width>55</width> 30 <height>0</height> 31 </size> 32 </property> 27 33 <property name="text" > 28 <string> Page</string>34 <string>Overview</string> 29 35 </property> 30 36 <property name="autoRaise" > hydranode/hngui/hometabs.cpp
r2966 r2980 150 150 w->show(); 151 151 m_curPage = w; 152 if (name == "Overview") { 153 m_actionBar->rssButton->show(); 154 name = "Plugins"; 155 } else { 156 m_actionBar->rssButton->hide(); 157 } 152 158 m_actionBar->pageButton->setText(name); 153 159 }
