#ifndef MAILWINDOWOPTION_H #define MAILWINDOWOPTION_H #include #include struct __font__ { QString family; bool bold; bool italic; bool strikeout; bool underline; int size; }; struct __option__ { __option__(); QString xpm; bool password; bool schema; bool exit; int style; int from; int to; QSize size; bool clear; struct __font__ font; bool save; bool log; }; #endif