]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/LengthCombo.h
Use QFontMetrics information for underlines (and friends) width and position
[lyx.git] / src / frontends / qt4 / LengthCombo.h
index 3e69de486531b8662f8d1bd1076bb312ee553c7f..f54d53157e6a0384783f7bf4c6b60dad8a6b96dc 100644 (file)
@@ -14,7 +14,7 @@
 
 #include <QComboBox>
 
-#include "VSpace.h"
+#include "Length.h"
 
 
 namespace lyx {
@@ -41,6 +41,8 @@ public:
        virtual void setEnabled(bool b);
        /// use the %-items?
        void noPercents();
+       /// Remove EM, EX and MU units
+       void removeFontDependent();
        /// remove a unit from the combo
        void removeUnit(lyx::Length::UNIT unit);
        /// add a unit to the combo