?? digital_notebook_configuration.html
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Scientists Digital Notebook / Configuration</title>
<link href="styles/bioimagecd.css" rel="stylesheet" type="text/css" />
<link href="styles/bioimagecd_print.css" rel="stylesheet" media="print" type="text/css" />
</head>
<body>
<div class="header">
<h1>Scientist's Digital Notebook</h1>
</div>
<div class="pagebody">
<h2>Template configuration</h2>
<p> Document updated for version: <strong>1.1.0</strong></p>
<h3>Introduction</h3>
<p>The Scientists Digital Notebook is designed to be very flexible and easily adjustable to personal needs of scientist. The program reads a configuration XML file and creates all visual controls for inputting the data. The configuration file also dictates how the data will be saved in data XML files and also how it will be uploaded to the database.</p>
<h3>CIX and BIX files</h3>
<p>The configuration and data XML files are differentiated by their extensions. For configuration files it is ".cix" and for data files it is ".bix". The data ".bix" files are red and generated by the application. The configuration files ".cix" should be modified by the scientist to tailor the program for his particular needs. Upon first load DN does not load any configuration file but later saves the location of the last used configuration file.</p>
<h3>Configure CIX files</h3>
<p>Configuration file ".cix" is a valid XML file with different tags interpreted by the Digital Notebook application. There are several tags available for configuring the data parameters, data base as well as ftp servers. The main tags are: <widget>, <config>. The usage of these parameters can be seen in the demo configuration file "<a href="all_tags.cix">all_tags.cix</a>".</p>
<h2>Widget types</h2>
<p>There are many widget types available in the program: <strong>lineedit, combobox, textedit, spinbox, doublespinbox, datetimeedit, dateedit, timeedit</strong>. All of them are described below providing usage examples.</p>
<p><strong>lineedit</strong>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -