326 //! given \c message. |
326 //! given \c message. |
327 //! \returns true if the user answered yes, false if no. |
327 //! \returns true if the user answered yes, false if no. |
328 bool Confirm (const QString& message); |
328 bool Confirm (const QString& message); |
329 |
329 |
330 //! Displays an error prompt with the given \c message |
330 //! Displays an error prompt with the given \c message |
331 void CriticalError (const QString& message); |
331 void Critical (const QString& message); |
332 |
332 |
333 //! Makes an icon of \c size x \c size pixels to represent \c colinfo |
333 //! Makes an icon of \c size x \c size pixels to represent \c colinfo |
334 QIcon MakeColorIcon (LDColor colinfo, const int size); |
334 QIcon MakeColorIcon (LDColor colinfo, const int size); |
335 |
335 |
336 //! Fills the given combo-box with color information |
336 //! Fills the given combo-box with color information |