Skip to content
Snippets Groups Projects

Features 3090

Merged konstantin.kukharenko requested to merge features-3090 into develop
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 #include "CustomComboBox.h"
2
3 /** @brief constructor
4 * @param a_parent object parent
5 */
6 CustomComboBox::CustomComboBox(QWidget *parent):
7 QComboBox (parent)
8 {
9
10 }
11
12 /** @brief Reimplemented QComboBox::setObjectName method. Updates stylesheets.
13 * @param text Text
14 */
15 void CustomComboBox::setObjectName(const QString &name)
  • added 1 commit

    • d9c6dfd0 - [-]delete method setObjectname

    Compare with previous version

  • mentioned in commit edaa08d6

  • Please register or sign in to reply
    Loading