You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds a new option in the Preferences dialog to enable a preview of
images in BLOB cells directly in the grid view of the Browse Data tab.
See issue #2000.
<string>Enable this option to show a preview of BLOBs containing image data in the cells. This can affect the performance of the data browser, however.</string>
838
+
</property>
839
+
</widget>
840
+
</item>
824
841
</layout>
825
842
</widget>
826
843
</item>
@@ -1866,17 +1883,20 @@ Can be set to 0 for disabling completion.</string>
1866
1883
</customwidget>
1867
1884
</customwidgets>
1868
1885
<tabstops>
1886
+
<tabstop>tabWidget</tabstop>
1869
1887
<tabstop>comboDefaultLocation</tabstop>
1870
1888
<tabstop>locationEdit</tabstop>
1871
1889
<tabstop>setLocationButton</tabstop>
1872
1890
<tabstop>languageComboBox</tabstop>
1891
+
<tabstop>appStyleCombo</tabstop>
1873
1892
<tabstop>toolbarStyleComboMain</tabstop>
1874
1893
<tabstop>toolbarStyleComboStructure</tabstop>
1875
1894
<tabstop>toolbarStyleComboBrowse</tabstop>
1876
1895
<tabstop>toolbarStyleComboSql</tabstop>
1877
1896
<tabstop>toolbarStyleComboEditCell</tabstop>
1878
1897
<tabstop>checkUseRemotes</tabstop>
1879
1898
<tabstop>checkUpdates</tabstop>
1899
+
<tabstop>buttonManageFileExtension</tabstop>
1880
1900
<tabstop>encodingComboBox</tabstop>
1881
1901
<tabstop>foreignKeysCheckBox</tabstop>
1882
1902
<tabstop>checkHideSchemaLinebreaks</tabstop>
@@ -1886,6 +1906,9 @@ Can be set to 0 for disabling completion.</string>
1886
1906
<tabstop>editDatabaseDefaultSqlText</tabstop>
1887
1907
<tabstop>comboDataBrowserFont</tabstop>
1888
1908
<tabstop>spinDataBrowserFontSize</tabstop>
1909
+
<tabstop>spinSymbolLimit</tabstop>
1910
+
<tabstop>spinCompleteThreshold</tabstop>
1911
+
<tabstop>checkShowImagesInline</tabstop>
1889
1912
<tabstop>fr_null_fg</tabstop>
1890
1913
<tabstop>fr_null_bg</tabstop>
1891
1914
<tabstop>txtNull</tabstop>
@@ -1902,20 +1925,25 @@ Can be set to 0 for disabling completion.</string>
0 commit comments