src/mainWindow.h

changeset 882
2f3cc8e045d5
parent 876
f040f0fb3795
child 899
eb9604e381e3
child 927
409b82a4765e
child 945
c310073e4f22
equal deleted inserted replaced
881:82a9c3549db1 882:2f3cc8e045d5
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

mercurial