QTfrontend/ui/page/AbstractPage.h
changeset 12250 5206f9a803d1
parent 11823 b421923c2577
equal deleted inserted replaced
12249:45c83c88ac4b 12250:5206f9a803d1
   188          * @param alignment alignment of the button in the layout.
   188          * @param alignment alignment of the button in the layout.
   189          *
   189          *
   190          * @return the button.
   190          * @return the button.
   191          */
   191          */
   192         QPushButtonWithSound * addButton(const QString & name, QGridLayout * grid, int row, int column, int rowSpan = 1, int columnSpan = 1, bool hasIcon = false, Qt::Alignment alignment = 0);
   192         QPushButtonWithSound * addButton(const QString & name, QGridLayout * grid, int row, int column, int rowSpan = 1, int columnSpan = 1, bool hasIcon = false, Qt::Alignment alignment = 0);
       
   193         QPushButton * addSoundlessButton(const QString & name, QGridLayout * grid, int row, int column, int rowSpan = 1, int columnSpan = 1, bool hasIcon = false, Qt::Alignment alignment = 0);
   193 
   194 
   194         /**
   195         /**
   195          * @brief Creates a default formatted button and adds it to a
   196          * @brief Creates a default formatted button and adds it to a
   196          * grid layout at the location specified.
   197          * grid layout at the location specified.
   197          *
   198          *