Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
StdDialogs.inl
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4
5namespace Stroika::Frameworks::Led {
6#if qSupportLedDialogWidgets && defined(__cplusplus)
7 // class LedComboBoxWidget
8 inline vector<Led_tString> LedComboBoxWidget::GetPopupItems () const
9 {
10 return fPopupItems;
11 }
12#endif
13}