QAbstractButton { border-style: groove; color: rgb(102, 102, 102); background-color: rgb(242, 242, 242); min-height: 45px; min-width : 100px; border-color: rgb(208, 208, 208); border-width: 0.5px; } #label_input, #field_default, #field_large_gray, #field_large_blue, #field_large_orange { background-color : white; border-style : groove; border-width : 0.5px; border-color : rgb(208, 208, 208); } #field_large_black_big { background-color : white; border-style : groove; border-width : 0.5px; border-color : rgb(208, 208, 208); font: bold 32px; } #label_large_black_big { font: bold 32px; } #field_default { font : 22px; } #field_large_light { font : 22px; color : #505C66; } #label_large_light { font : 22px; color : white; } #field_large_gray, #label_large_gray { font : 22px; color : rgb(54, 54, 54); } #field_large_blue, #label_large_blue { font : 22px; color : rgb(0, 30, 80); } #field_large_orange, #label_large_orange { font : 22px; color : rgb(235, 160, 15); } #label_qty, #spin_box_qty, #field_price, #label_price, #row_field_note, #label_fraction, #row_field_qty, #field_fraction { font : 22px; alignment : center; } #row_field_description { font : 22px; color : #242424; } #label_product { font : bold 20px; alignment : center; color : #242424; } QSpinBox { padding-right: 15px; border-width: 3; height: 40px; } QSpinBox::up-button { subcontrol-position: right; height: 40px; width: 40px; } QSpinBox::down-button { subcontrol-position: left; height: 40px; width: 40px; } #field_invoice_number { min-width : 140px; max-width : 190px; } #label_position, #label_salesman, #label_payment_term, #label_party, #label_global_discount, #field_invoice, #label_invoice, #label_agent, #label_date, #label_order_number, #label_default { font : 22px; color : rgb(150, 150, 150); min-height : 10px; min-width : 10px; } #field_amount, #field_sign { font : bold 42px; color : rgb(43, 60, 77); min-height : 40px; max-height : 100px; } #field_amount { max-width : 260px; min-width : 180px; } #field_total_money { padding-right: 150px; min-height : 30px; max-width : 210px; min-width : 80px; } #field_total_amount, #field_change, #label_total_amount, #label_change { color: rgb(50, 65, 75); min-width: 200px; } #field_paid, #label_paid { color : rgb(80, 190, 220); } #table_payment { color: rgb(70, 70, 70); font: 12pt; max-height : 80px; } #table_sale_lines { color: rgb(70, 70, 70); font: 12pt; } #label_paid, #label_change, #label_discount, #label_discount, #label_change, #label_paid, #label_amount, #label_untaxed_amount, #label_taxes_amount, #field_change, #field_discount, #field_paid, #field_untaxed_amount, #field_taxes_amount { min-height: 10px; font: bold 16pt; } #label_total_amount, #field_total_amount { font: bold 20pt; } #img_pixmap_pos { min-width: 200pt; min-height: 100pt; } #field_invoice_type, #field_kind, #field_payment_method { color: #424242; min-height: 25px; font: 16pt; min-width: 95px; } #label_message { font: 14pt; min-height: 30px; min-width: 150px; }