rename FxLine directly in a QLineEdit (#2918)
* rename FxLine directly in a QLineEdit * set project modified only if FxLine text is changed * clean up some code. Optimize some things * optimizing code / removing a couple of member variables * minor code optimizations * turn off the tool tip in rename mode / minor code changes
This commit is contained in:
committed by
Javier Serrano Polo
parent
0187071192
commit
a72ddf0b61
@@ -35,6 +35,12 @@ QLineEdit {
|
||||
color: #e0e0e0;
|
||||
}
|
||||
|
||||
|
||||
QLineEdit:read-only {
|
||||
border-style: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* text box when it wants text */
|
||||
|
||||
QLineEdit:focus {
|
||||
|
||||
@@ -32,6 +32,11 @@ QLineEdit {
|
||||
color: #d1d8e4;
|
||||
}
|
||||
|
||||
QLineEdit:read-only {
|
||||
border-style: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* text box when it wants text */
|
||||
|
||||
QLineEdit:focus {
|
||||
|
||||
Reference in New Issue
Block a user