19 const int default_pixmap_size = 16;
20 return default_pixmap_size;
25 const int default_info_bar_height = 24;
26 return default_info_bar_height;
31 const int default_info_bar_text_saize = 8;
32 return default_info_bar_text_saize;
MVVM_VIEWMODEL_EXPORT int DefaultInfoBarHeight()
Returns default height of info bar.
MVVM_VIEWMODEL_EXPORT int DefaultPixmapSize()
Returns int value corresponding to pixmap in standard Qt table/tree decorations.
MVVM_VIEWMODEL_EXPORT int DefaultInfoBarTextSize()
Returns default size of text on info bar.