diff --git a/app/gui/oven_control/configwindow.ui b/app/gui/oven_control/configwindow.ui index ce01ded..60860e1 100644 --- a/app/gui/oven_control/configwindow.ui +++ b/app/gui/oven_control/configwindow.ui @@ -14,7 +14,7 @@ <string notr="true">#centralwidget { background-image: url(:/images/background/config.png); } #bottomBar { background-image: url(:/images/bottom_bar/background.png); } -QPushButton[style="type"] { +QPushButton[style="configwindow-type"] { background-repeat: no-repeat; background-position: center; background-origin: margin; @@ -109,7 +109,7 @@ QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> @@ -148,7 +148,7 @@ QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: u <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> @@ -187,7 +187,7 @@ QPushButton:pressed, QPushButton:focus, QPushButton:checked { background-image: <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> @@ -226,7 +226,7 @@ QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: u <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> @@ -256,7 +256,7 @@ QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: u <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> @@ -295,7 +295,7 @@ QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: u <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> @@ -334,7 +334,7 @@ QPushButton:pressed, QPushButton:focus,QPushButton:checked { background-image: u <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> @@ -373,7 +373,7 @@ QPushButton:pressed, QPushButton:focus ,QPushButton:checked{ background-image: u <bool>true</bool> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">configwindow-type</string> </property> </widget> </item> diff --git a/app/gui/oven_control/mainwindow.ui b/app/gui/oven_control/mainwindow.ui index 3870355..a0693b0 100644 --- a/app/gui/oven_control/mainwindow.ui +++ b/app/gui/oven_control/mainwindow.ui @@ -39,7 +39,7 @@ color: white; font-size: 48px; } -QPushButton[style="type"] { +QPushButton[style="mainwindow-type"] { background-repeat: no-repeat; background-position: top; background-clip: margin; @@ -393,7 +393,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>볶음류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="QPushButton" name="dessertButton"> @@ -419,7 +419,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>조림류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="QPushButton" name="etcButton"> @@ -445,7 +445,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>기타요리</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="QPushButton" name="grainButton"> @@ -471,7 +471,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>초벌</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="QPushButton" name="poultryButton"> @@ -497,7 +497,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>구이류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="QPushButton" name="fishButton"> @@ -523,7 +523,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>스팀류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="QPushButton" name="breadButton"> @@ -549,7 +549,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>보온</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="QPushButton" name="primeButton"> @@ -575,7 +575,7 @@ QPushButton:pressed, QPushButton:focus { background-image: url(:/images/cook_typ <string>부가기능</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">mainwindow-type</string> </property> </widget> <widget class="StatusArea" name="clockContainer" native="true"> diff --git a/app/gui/oven_control/multicookselectionwindow.ui b/app/gui/oven_control/multicookselectionwindow.ui index d1d59ad..f681ff3 100644 --- a/app/gui/oven_control/multicookselectionwindow.ui +++ b/app/gui/oven_control/multicookselectionwindow.ui @@ -30,7 +30,7 @@ color: white; font-size: 48px; } -QPushButton[style="type"] { +QPushButton[style="multicookselectionwindow-type"] { background-repeat: no-repeat; background-position: top; background-clip: margin; @@ -122,7 +122,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/vegetable_hide.p <string>초벌</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="Line" name="line_5"> @@ -165,7 +165,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/bread_hide.png); <string>보온</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="Line" name="line_3"> @@ -208,7 +208,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/meat_hide.png); <string>볶음류</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="Line" name="line"> @@ -251,7 +251,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/desert_hide.png) <string>조림류</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="QPushButton" name="poultryButton"> @@ -281,7 +281,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/poultry_hide.png <string>구이류</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="QPushButton" name="combiButton"> @@ -414,7 +414,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/etc_hide.png); } <string>기타요리</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="Line" name="line_4"> @@ -490,7 +490,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/additional_hide. <string>부가기능</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="Line" name="line_6"> @@ -648,7 +648,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/fish_hide.png); <string>스팀류</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">multicookselectionwindow-type</string> </property> </widget> <widget class="QStackedWidget" name="upperStack"> diff --git a/app/gui/oven_control/programmingselectionwindow.ui b/app/gui/oven_control/programmingselectionwindow.ui index 178eaee..88046e0 100644 --- a/app/gui/oven_control/programmingselectionwindow.ui +++ b/app/gui/oven_control/programmingselectionwindow.ui @@ -30,7 +30,7 @@ color: white; font-size: 48px; } -QPushButton[style="type"] { +QPushButton[style="programmingselectionwindow-type"] { background-repeat: no-repeat; background-position: top; background-clip: margin; @@ -85,7 +85,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/desert_hide.png) <string>조림류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="QPushButton" name="fishButton"> @@ -115,7 +115,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/fish_hide.png); <string>스팀류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="Line" name="line_6"> @@ -204,7 +204,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/vegetable_hide.p <string>초벌</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="QPushButton" name="meatButton"> @@ -234,7 +234,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/meat_hide.png); <string>볶음류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="QWidget" name="bottomBar" native="true"> @@ -415,7 +415,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/etc_hide.png); } <string>기타요리</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="Line" name="line_7"> @@ -587,7 +587,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/poultry_hide.png <string>구이류</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="QPushButton" name="combiButton"> @@ -641,7 +641,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/additional_hide. <string>부가기능</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="QPushButton" name="breadButton"> @@ -671,7 +671,7 @@ QPushButton:disabled { background-image: url(:/images/cook_type/bread_hide.png); <string>보온</string> </property> <property name="style" stdset="0"> - <string>type</string> + <string notr="true">programmingselectionwindow-type</string> </property> </widget> <widget class="QStackedWidget" name="upperStack"> diff --git a/app/gui/oven_control/washwindow.ui b/app/gui/oven_control/washwindow.ui index b06c21e..e4dd0bf 100644 --- a/app/gui/oven_control/washwindow.ui +++ b/app/gui/oven_control/washwindow.ui @@ -38,7 +38,7 @@ width: 27px; height: 39px; } -QPushButton[style="type"] { +QPushButton[style="washwindow-type"] { background-repeat: no-repeat; background-position: center; background-clip: border; @@ -535,7 +535,7 @@ QPushButton::pressed, QPushButton:focus { background-image: url(:/images/wash/bu <string>세제 없이 헹굼</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">washwindow-type</string> </property> </widget> <widget class="QPushButton" name="washButton_2"> @@ -558,7 +558,7 @@ QPushButton::pressed, QPushButton:focus { background-image: url(:/images/wash/bu <string>간이 세척</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">washwindow-type</string> </property> </widget> <widget class="QPushButton" name="washButton_3"> @@ -581,7 +581,7 @@ QPushButton::pressed, QPushButton:focus { background-image: url(:/images/wash/bu <string>표준 세척</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">washwindow-type</string> </property> </widget> <widget class="QPushButton" name="washButton_4"> @@ -604,7 +604,7 @@ QPushButton::pressed, QPushButton:focus { background-image: url(:/images/wash/bu <string>강 세척</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">washwindow-type</string> </property> </widget> <widget class="QPushButton" name="washButton_5"> @@ -627,7 +627,7 @@ QPushButton::pressed, QPushButton:focus { background-image: url(:/images/wash/bu <string>고속 세척</string> </property> <property name="style" stdset="0"> - <string notr="true">type</string> + <string notr="true">washwindow-type</string> </property> </widget> <widget class="QLabel" name="configMaxLabel_4">