settings.*¶
Provides
-
class
settings.Settings(parent, reset_settings=False)[source]¶ Bases:
objectContains all global application states.
- Parameters
parent (
QWidget) – Parent widget, normally main windowreset_settings (
bool) – Do not restore saved settings
-
add_to_file_history(filename)[source]¶ Adds new file to history
- Parameters
value – File name to be added to history
-
border_choice= 'All borders'¶ The state of the border choice button
-
changed_since_save= False¶ If True then File actions trigger a dialog
-
default_column_width= 100¶
-
default_row_height= 30¶
-
digest_types= None¶ List of default digest types for preprocessing values from CSV import
-
file_history= []¶ Files in file history
-
find_dialog_state= None¶ Find dialog state - needs to be stored when dialog is closed
-
font_sizes= (6, 8, 10, 12, 14, 16, 18, 20, 24, 28, 32)¶ Sizes
-
highlighter_limit= 1000000¶ Maximum length of code, for which the netry line enables highlighting
-
max_file_history= 5¶ Maximum number of files in file history
-
maxshape= (1000000, 100000, 100)¶ “Maximum shape of the grid
-
print_zoom= None¶
-
refresh_timeout= 1000¶ Timeout for frozen cell updates in milliseconds
-
shape= (1000, 100, 3)¶ Default shape of initial grid (rows, columns, tables)
-
show_frozen= False¶ If True then frozen cell background is striped
-
show_statusbar_sum= True¶
-
signature_key= None¶ Key for signing save files
-
sniff_size= 65536¶ Number of bytes for csv sniffer sniff_size should be larger than 1st+2nd line
-
timeout= 1000¶ Timeout for cell calculations in milliseconds
-
widget_names= ['main_window', 'main_toolbar', 'find_toolbar', 'format_toolbar', 'macro_toolbar', 'entry_line', 'entry_line_dock']¶ Names of widgets with persistant states
-
zoom_levels= (0.4, 0.5, 0.6, 0.7, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0, 2.5, 3.0, 3.5, 4.0, 5.0, 6.0, 8.0)¶
pyspread