MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetTabPosition

Method SetTabPosition

App/Client/ParameterApp.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void CParameterApp::SetTabPosition(const QTabWidget::TabPosition &newTabPosition)
236{
237 if (m_TabPosition == newTabPosition)
238 return;
239 m_TabPosition = newTabPosition;
240 SetModified(true);
241 emit sigTabPositionChanged();
242}
243
244const bool CParameterApp::GetEnableTabToolTip() const
245{

Calls

no outgoing calls

Tested by

no test coverage detected