RegistDlg 0 0 466 603 430 330 16777215 16777215 Dialog 430 330 430 330 90 254 235 61 235 35 QPushButton{ background-color: rgb(80, 156, 255); color: rgb(255, 255, 255); border-style: solid; border-radius: 5px; } QPushButton:hover{ background-color: rgb(56,205,127); } QPushButton:pressed { background-color: rgb(7,193,96); } 注册 120 100 240 30 240 22 240 30 QLineEdit{ color: rgb(0, 0, 0); border-style: none; border-radius: 5px; border-right:1px solid #3498db; border-top:1px solid #3498db; border-left:1px solid #3498db; border-bottom:1px solid #3498db; min-height: 20px; } QLineEdit:focus { border: 2px solid #3498db; } I_love_ruangong 120 160 240 30 240 22 240 30 QLineEdit{ color: rgb(0, 0, 0); border-style: none; border-radius: 5px; border-right:1px solid #3498db; border-top:1px solid #3498db; border-left:1px solid #3498db; border-bottom:1px solid #3498db; min-height: 20px; } QLineEdit:focus { border: 2px solid #3498db; } 123456 40 100 71 21 12 Qt::LeftToRight 用户名: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 50 160 61 21 12 密 码: Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter 20 10 61 21 Consolas 12 color: rgb(166,166,166); 注册 350 0 77 42 QPushButton { border: none; /* no border for a flat push button */ image: url(:/src/min.png); /* 最小化 */ min-width: 34px; max-width: 34px; min-height: 40px; max-height: 40px; } QPushButton::hover { background-color: rgba(166,166,166, 50); } QPushButton { border: none; /* no border for a flat push button */ image: url(:/src/close.png); /* 最小化 */ min-width: 34px; max-width: 34px; min-height: 40px; max-height: 40px; } QPushButton::hover { background-color: #f57575; }