⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻
字号:
This is the KDE "core" library.  The kdecore library provides basic non userinterface functionality.CHANGES=======see ../CHANGESHow to use the KConfig class============================These thoughts are by no means complete or decided on forever, more accurateand up to date information can be found on http://developer.kde.org- Retreive the KConfig object from KApplication.  The correct way to do this is  to use the KApplication::getConfig() method.- Read values with readFOOEntry. Where FOO is the type of entry you wish to  read (see the documentation on developer.kde.org for more info on this).  The keys are searched for in the following files (sorted from least to  highest priority):	$KDEDIR/share/config/apprc    (global configuration dir)	$HOME/.kde/share/config/apprc (local configuration dir)  $KDEDIR is by default /usr/local/kde/, or in precompiled packages  /opt/kde/. - Only keys that are in the current group will be found. After  constructing a KConfig object, the current group is "" aka "the  default group". You can set the group with setGroup(). A group is  specified in a config file with the group name in brackets, the  left bracket must be in column 0.- Write values with writeEntry. writeEntry only writes to memory; the  data is written to disk when you call sync() explicitly or when you  destroy the KConfig object. The entries are always written to the most  specific writeable config file.How to use the kconfigtest test program=======================================- (The test program has been moved to the test directory.)- You can find information about the last operation in the info fieldat the bottom of the window.- Enter a key left to the "=" character and press enter. If there wasentry with this key in the current group, the corresponding value willbe shown in the field right to the "=".- To change the current group, enter a new group name in the groupfield and press enter. To return to the default group, just clear thefield and press enter again.- To provide an application-specific config file, enter its name inthe edit field in the first line and press enter.- If you have changed the group or app config fields, you have to tothe key field and press enter there in order to see the effects yourchanges may have on the key search.- To write an entry, enter the value in the value field right to the"=" and press the write button.- To quit the application, press the quit button (now, this was easy!)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -