Add NULL to the SQL Preferences tab

This commit is contained in:
Chuong Vu
2014-12-06 17:48:11 -08:00
committed by Samir Aguiar
parent 4fee089d4d
commit f3cc98317a
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -206,6 +206,8 @@ QVariant PreferencesDialog::getSettingsDefaultValue(const QString& group, const
return QColor(Qt::red).name();
else if(name == "currentline_colour")
return QColor(236, 236, 245).name();
else if(name == "null_colour")
return QColor(255,0,0,20).name();
}
}
+8
View File
@@ -363,6 +363,14 @@
<string>Current line</string>
</property>
</item>
<item>
<property name="text">
<string>null</string>
</property>
<property name="text">
<string>Null</string>
</property>
</item>
</widget>
</item>
<item>