Skip to content

Emoji dictionary g UI update #2716

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Prev Previous commit
Next Next commit
remove box-show and small changes
  • Loading branch information
pratyanj committed Jun 7, 2025
commit b82068a57bacf7cfb732153f711eec367aba8747
23 changes: 10 additions & 13 deletions Emoji Dictionary/QT_GUI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>948</width>
<height>527</height>
<height>638</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -41,8 +41,7 @@
<property name="styleSheet">
<string notr="true">background-color: #ffffff;
border-radius: 10px;
padding: 15px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);</string>
padding: 15px;</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Expand Down Expand Up @@ -147,8 +146,7 @@
<widget class="QFrame" name="frame_4">
<property name="styleSheet">
<string notr="true">background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);</string>
border-radius: 8px;</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Expand All @@ -161,7 +159,7 @@
<widget class="QLineEdit" name="lineEdit">
<property name="font">
<font>
<pointsize>-1</pointsize>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
Expand All @@ -186,7 +184,7 @@
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
<pointsize>14</pointsize>
<weight>62</weight>
<bold>true</bold>
</font>
Expand Down Expand Up @@ -231,7 +229,7 @@
<widget class="QPushButton" name="pushButton_2">
<property name="font">
<font>
<pointsize>-1</pointsize>
<pointsize>14</pointsize>
<weight>62</weight>
<bold>true</bold>
</font>
Expand Down Expand Up @@ -261,7 +259,7 @@
<widget class="QPushButton" name="pushButton_3">
<property name="font">
<font>
<pointsize>-1</pointsize>
<pointsize>14</pointsize>
<weight>62</weight>
<bold>true</bold>
</font>
Expand Down Expand Up @@ -303,8 +301,7 @@
</property>
<property name="styleSheet">
<string notr="true">background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);</string>
border-radius: 10px;</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Expand Down Expand Up @@ -335,7 +332,7 @@
<widget class="QTextEdit" name="textEdit">
<property name="font">
<font>
<pointsize>-1</pointsize>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
Expand Down Expand Up @@ -370,7 +367,7 @@ p, li { white-space: pre-wrap; }
</property>
<property name="font">
<font>
<pointsize>-1</pointsize>
<pointsize>14</pointsize>
<weight>62</weight>
<bold>true</bold>
</font>
Expand Down