c++ - whats differences between setInformativeText &setText functionaly? -
in qmessagebox class in qt there settext & setinformativetext functions,whats function of second 1 while thing first do?
qt documentation says informativetext:
on mac, text appears in small system font below text(). on other platforms, appended existing text.
so if don't use application on mac can use settext whole text want display user.
Comments
Post a Comment