Skip to content

Commit

Permalink
feat:add the incorrect button to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Shams authored and Mohamed-Shams committed Sep 30, 2022
1 parent ad94445 commit d79eb15
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions labellingapp2.ui
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,41 @@ padding:3px;</string>
</rect>
</property>
</widget>
<widget class="QPushButton" name="incorrect">
<property name="geometry">
<rect>
<x>130</x>
<y>480</y>
<width>241</width>
<height>41</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-radius: 8px;
font-size: 20px;
background-color: #3093ed;
color: black;
border: 2px solid #3093ed;
/*box-shadow: 55px 10px #888888;*/
</string>
</property>
<property name="text">
<string>Incorrect Answer</string>
</property>
</widget>
<widget class="QLabel" name="incorrectNum">
<property name="geometry">
<rect>
<x>390</x>
<y>490</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
Expand Down

0 comments on commit d79eb15

Please sign in to comment.